NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
push @_, 1; (Score:0)
Re:push @_, 1; (Score:2)
Naturally, I also suspected @_ especially as
goto &funcwas involved. But that's very probably not it. The line where the spurious argument was produced, was around 5 lines into the method that was called via goto. All other method calls in there behaved normally. Also, autopassing of@_should never happen on ordinary method calls.Reply to This
Parent