in reply to Re: Common Perl Idioms
in thread Common Perl Idioms

What's particularly good with if (FALSE_CONSTANT) { ... } is that the whole block will be optimized away during the compilation phase.

ihb

Read argumentation in its context!