![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: setting ENV variablesby bibo (Pilgrim) |
on Jun 22, 2004 at 14:38 UTC ( #368737=note: print w/replies, xml ) | Need Help?? |
the shell startup files are one place where env vars are set. if you mean setting them inside a perl script, hmmmm I would search the perl docs for "environment variables" yes, there is a module called "Env" which should help you read and set variables... perldoc Env should help with the details
In Section
Seekers of Perl Wisdom
|
|