in reply to Re: Can you import ENV variables at run time?
in thread Can you import ENV variables at run time?
Seems a lot simpler than explictly deleting every key of %ENV, and then inserting things one by one.%ENV = ( HOME => $home, PATH => '/bin:/usr/bin:/usr/local/bin:/usr/ucb', );
|
|---|