coreolyn has asked for the wisdom of the Perl Monks concerning the following question:
In the application I am working on the environment must is (must be) populated with many variables. The application utilizes several local modules. Out of curiosity is there a performance (or other) differences between utilizing the $ENV{'FOO') or a scoped $var ?
coreolyn
|
---|
Replies are listed 'Best First'. | |
---|---|
(crazyinsomniac: %ENV equals overhead) Re: $ENV {'FOO'} $foo
by crazyinsomniac (Prior) on Feb 14, 2002 at 23:14 UTC | |
Re: $ENV {'FOO'} $foo
by wog (Curate) on Feb 14, 2002 at 23:57 UTC | |
Re: $ENV {'FOO'} $foo
by steves (Curate) on Feb 15, 2002 at 01:04 UTC | |
Re: $ENV {'FOO'} $foo
by Rich36 (Chaplain) on Feb 14, 2002 at 20:30 UTC | |
Re: $ENV {'FOO'} $foo
by rinceWind (Monsignor) on Feb 15, 2002 at 00:27 UTC | |
Re: $ENV {'FOO'} $foo
by coreolyn (Parson) on Feb 15, 2002 at 01:22 UTC |