http://qs321.pair.com?node_id=145533

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