http://qs1969.pair.com?node_id=368737


in reply to setting ENV variables

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

Replies are listed 'Best First'.
Re^2: setting ENV variables
by bm (Hermit) on Jun 22, 2004 at 14:51 UTC
    Yep, a good place to look is perldoc -q environment

    --
    bm