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


in reply to Re: Can you import ENV variables at run time?
in thread Can you import ENV variables at run time?

Any reason you couldn't do something like:
%ENV = ( HOME => $home, PATH => '/bin:/usr/bin:/usr/local/bin:/usr/ucb', );
Seems a lot simpler than explictly deleting every key of %ENV, and then inserting things one by one.