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.
What about RequireElseAfterIf? (Score:1)
Doesn’t every
ifneed anelse, regardless of anyelsifs?Re: (Score:1)
Is it your experience that if without an else is usually a problem?
Re: (Score:1)
No. It’s also not my experience that an
elsifchain without anelseis commonly a problem. So I’m wondering if you are seeing a systematic problem with conditionals – and if not, what the root issue really is.I wonder if it has something to do with the fact that when I intentionally write
elsifs with noelse, there are usually only one or twoelsifs. (But again, this is usually.)