|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: More efficient dereferencing of a subroutine returnby bulk88 (Deacon) |
| on Feb 18, 2013 at 02:16 UTC ( #1019262=note: print w/ replies, xml ) | Need Help?? |
|
Don't make a copy of the array to another array. no "my @ARRAY=@$temp_scalar;" just do $temp_scalar->[5].
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||