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.
short circuit ops (Score:1)
common_but_lengthy() && rare_but_short()It should be re-written as
rare_but_short() && common_but_lengthy()Not because it's any more correct, but because as you point out it saves time. So switching the order of how F::F::R does things shouldn't affect the correctness right?
Re:short circuit ops (Score:1)
But I _THINK_ that if you have a simple state rule, immediately followed by a simple name rule, that case can always be swapped.
Reply to This
Parent