Junio C Hamano wrote:
sub foo ($) { my ($arg) = @_; print "$arg\n"; }
sub bar { my ($arg) = @_; print "$arg\n"; }
my @baz = (100, 101, 102);
foo @baz; # says 3
bar @baz; # says 100
Ouch. Please drop this patch; I'll resubmit when I feel confident
about my change.
This patch fell under the cracks, and reminding me with a "what
happened to it?" was the right thing to do. Literally, that is what
I ask in the "Notes from the maintainer" message.
Right. Thanks for clarifying. I'll actively track the patches I submit.