in reply to Re^3: using shift and $_ in loop
in thread using shift and $_ in loop
sub a { @_; $_; }
$_ is .. what of the caller?
And am I to understand that in sub a, messing with @_, regardless if the caller passed any references as arguments, is potentially messing with the caller's arguments?
(thank you for your patience here)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: using shift and $_ in loop
by ikegami (Patriarch) on Oct 21, 2009 at 20:34 UTC |