|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: is 'my' that much faster than 'local'?by kal (Hermit) |
| on Mar 27, 2001 at 09:26 UTC ( [id://67467]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Some of the answers here seem to be missing the point - or maybe it is me missing the point? The transformation you describe on your code is, as I understand it,
Yes? In which case, the 'global' variables (global to the old code, but not _global_ :) are only instantiated _once_, throughout the lifetime of the program. So, unless the main amount of work you do is defining a load of variables (highly unlikely), you won't gain anything switching local to my. To be honest, if you want faster scripts with minimal optimization (i.e., no algorithm analysis, etc.) just run it on a faster machine. A lot of people will baulk at that, but look at the costs involved and make the decision. Cheers.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||