On Mon, 2002-02-11 at 06:49, Cons wrote: > Ok im really new and was wondering what the -w meant after the > #!/usr/bin/perl line. > > Thanks.
It tuns on extended warnings. It is Good Thing(tm). Use it with "use strict;" and watch your debug time for stupid errors drop like a stone. Add in an as-you-type-syntax-checker like Activestate's Komodo (if only it had a module to make it act like VI) and the only bugs left in the program will be in your logic. -- Today is Boomtime the 42nd day of Chaos in the YOLD 3168 Or not. Missle Address: 33:48:3.521N 84:23:34.786W -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]