![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Pass local array by reference?by zakb (Pilgrim) |
on Jan 21, 2003 at 20:22 UTC ( #228828=note: print w/replies, xml ) | Need Help?? |
Yes it is. Are you experiencing problems doing this? If so, please post at least a snippet of your code so we can try and help. Depending on the size of @array, you may want to pass it by reference. You do this by using \@array. You may want to look at perldoc perlreftut for more information.
In Section
Seekers of Perl Wisdom
|
|