in reply to Variable declaration optimization?
The cost of lexical variable declaration occurs solely during compilation time, and there are better ways to improve compilation time (trimming @INC, for example) if that's a problem (and it's rarely a problem).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Variable declaration optimization?
by LanX (Saint) on Oct 13, 2010 at 02:16 UTC | |
by chromatic (Archbishop) on Oct 13, 2010 at 02:23 UTC |