in reply to Re: Action at a great distance
in thread Action at a great distance
Erm, and that's any different than explicitly calling multiple subs with the same array as an argument how? Just because you're using a coderef to call it or not doesn't change the fact that subs receive aliases.
## I.e. just as "dangerous" foo( @args ); blah( @args ); zorch( @args );
|
|---|