in reply to Changing a unix users environment
Something like:
shell script would have...#!perl print "setenv FOO bar\n";
or whatever... is a pain since you still need to output shell commands, and may or may not need to semi-colon separate them...eval `perl_script.pl`
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Changing a unix users environment
by bdimych (Monk) on Oct 26, 2007 at 09:29 UTC |