|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
SPOILER AHOY!by MrScrooge (Novice) |
| on Apr 15, 2001 at 23:36 UTC ( #72690=note: print w/ replies, xml ) | Need Help?? |
|
You are correct that @_ will be passed to a subroutine if you call it without using the parenthesis. This is true of both 5.6 and 5.005 at least. However the result of the attempted assignment of a list to $_ differ depending on Perl version, and this DOES affect the output you will see.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||