Sorry to nitpick but you can do either this:
use vars qw($var1 @array2);or this:
use vars ( '$var1', '@array2' );but using a comma within a qw() list includes the comma in whatever word(s) it touches.
Other than that, ++!
dmm
If you GIVE a man a fish you feed him for a dayIn reply to Re(2): using strict and functions
by dmmiller2k
in thread using strict and functions
by idunno
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |