![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: Re: How to reference a nested anonymous arrayby dmmiller2k (Chaplain) |
on May 29, 2002 at 05:19 UTC ( #169982=note: print w/replies, xml ) | Need Help?? |
Note that
dereferences the array and then creates another reference to it. Preferable might be:
i.e., don't dereference the array at all, just assign its reference to a scalar for simplicity, readability and maintainability. dmm If you GIVE a man a fish you feed him for a dayBut, TEACH him to fish and you feed him for a lifetime
In Section
Seekers of Perl Wisdom
|
|