in reply to Re^2: NO you can't ! Re: setenv in perl
in thread setenv in perl

The same can be achieved with a shell alias or function calling a Perl function and exporting the returned variable value pairs.

with less code and side effects

  • Comment on Re^3: NO you can't ! Re: setenv in perl