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.
Damn right! (Score:2)
Just like that one text editor...
I often use an idiom that I try to fetch an item, and if successful I want to do something with it; if not successful, the code returns
undef(false). Typically, the code goes something like this:but this text editor complains about it, stating, in a dialog box:
every.
Re:Damn right! (Score:1)
my $foo == ...in an if statement would be a red flag.Reply to This
Parent