in reply to Re^2: Set shell environment variables from within a perl script
in thread Set shell environment variables from within a perl script

Only if the system line is the last one in the program (exec never returns, unless it completely fails to start the new program).

  • Comment on Re^3: Set shell environment variables from within a perl script