what does that have to do with any advantage of use strict?
The advantage of strict is detecting mistakes at compile time. If you predeclare (not declare as late as possible), you lose that benefit in one very common situation: removing the first use.
To fully take advantage of strict, you should delay declaration until it is *necessary*.
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
In reply to Re: Re: Code Efficiency
by Juerd
in thread Code Efficiency
by fourmi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |