Hi, 

Is there a way using Perl to add to the environment variable PATH a new path, and that 
addition will be valid after the script is ran and not only for the script's scope.
I'm working in cshell in Solaris 5.8
The regular way to do it in the shell is: 

> setenv PATH my_add_path:$PATH

I tried using: 

system("setenv .....");

and also:

system ("csh setenv .....");

Thanks,



Best regards, 

                        Pablo


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to