|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: use strict won't require explicit name for all variables?by Anonymous Monk |
| on Feb 28, 2002 at 17:37 UTC ( #148303=note: print w/ replies, xml ) | Need Help?? |
|
I don't know why. I suspect it is something in the strict module. $a & $b can be uses without declaring even when strict is in use. But, if you use $c throught $z you will get an error for not delcaring with my. paulc.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||