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.
Cool but... (Score:1)
Reply to This
Re:Cool but... (Score:1)
Re:Cool but... (Score:1)
I can understand doing the above becuase visually you can isolate that line and grok it quickly. When you use it in a larger "else if" context you loose that visual recognition.
whitespace (Score:1)
my $foo = ( $bar =~
? ( some expression )
: ( some other expression );
Re:whitespace (Score:1)
This of course is more of a question of style than anything else, and I know that I am somewhat obtuse and anal at times with regard to my
Re:Cool but... (Score:1)
Re:Cool but... (Score:1)