![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^3: Making a hash of arrays from a while loopby wfsp (Abbot) |
on Mar 04, 2008 at 12:40 UTC ( #671862=note: print w/replies, xml ) | Need Help?? |
Or declare @array within the while loop. This avoids making a copy of the array to make the anonymous reference.
In Section
Seekers of Perl Wisdom
|
|