![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^5: How foreach loops decide what to iterate throughby ikegami (Patriarch) |
on Feb 16, 2009 at 02:24 UTC ( #743972=note: print w/replies, xml ) | Need Help?? |
An anonymous list, not an anonymous array. (Well, all lists are anonymous.) No array is created. Arguments and return values of functions and subs are placed on the stack as a list of scalars.
In Section
Seekers of Perl Wisdom
|
|