|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^4: while loopby blazar (Canon) |
| on Apr 26, 2006 at 10:23 UTC ( #545741=note: print w/ replies, xml ) | Need Help?? |
|
Well, perldoc perlsub explains it all. In brief, do not use the &-form unless you know what you're doing, i.e. either circumvent prototypes, if you're giving an explicit arg list or make current @_ visible to the sub, as you say.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||