![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^6: Global symbol requires explicit package nameby ColonelPanic (Friar) |
on Nov 29, 2012 at 06:28 UTC ( [id://1006166]=note: print w/replies, xml ) | Need Help?? |
The first example doesn't provide equivalent functionality, however. When an array slice is passed normally, modifying @_ will modify the original array. But this makes an anonymous copy of the array slice, which is discarded after the function call.
When's the last time you used duct tape on a duct? --Larry Wall
In Section
Seekers of Perl Wisdom
|
|