On Sat, Jan 18, 2003 at 02:19:05PM -0600, Jay Strauss wrote:
> It works on non-3 groups (pardon my M$)

  Generally perl will not generate any warnings unless you ask for 
them.  With a -w or use warnings; .  the not _always_ in your face
warning mode makes it a wonderful quick and dirty scripting language...

> C:\>perl tmp.pl

  perl -w tmp.pl

and you should see a complaint.
_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to