Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > 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. No, let's not do that. I will forget and end up spending time to read the same patch again. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html