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.
"As an added bonus..." (Score:1)
Hi. Where you talk about Damian's recommendation, I think you've got it backwards. On p 93 of his book he says 'avoid using the postfix form of if'. But that's exactly what you're doing!
Cheers
Reply to This
Re: (Score:1)
Page 94 says "Reserve postfix
iffor flow-of-control statements." It's his only exception to the previous guideline.Re: (Score:1)
Right, and this is a fancy
return, hence control flow. I forgot to clarify that.