in reply to Keeping environment variables after perl has exited
and for sh-style shells, you send out:$ eval `myscript`
The problem is you have to be aware about the shell. This is similar to what tset(1) does: see the docs there.FOO=one; export FOO BAR=two; export BAR
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|