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.
Re: Find the bug! (localize) (Score:1)
As a lesson, you should always localize $_ and the other stuff when assigning to it...
perl -le "sub _import{$_=shift};for('foo'){_import($class,$arg)}"Reply to This
Re: (Score:1)
Re: (Score:1)
Sorry, not gonna. Perl has
$_for a reason.Re: (Score:0)
Re: (Score:2)
At this point, I can't say we'd be that much worse off, except for the horrible programming language they would force us to standardize on [wikipedia.org].