http://www.perlmonks.org?node_id=416530


in reply to Re: Exporting variables from perl script to shell
in thread Exporting variables from perl script to shell

That won't work. "FOO='bar'" will be interpreted as a command that system() tries to exec, and results in system: No such file or directory

--
edan

  • Comment on Re^2: Exporting variables from perl script to shell