On Aug 18, Eliyah Kilada said:

Do anyone know how to pass the perl variables to the system in order to be used later?!

A process cannot modify its parent's environment. You can set environment variables to be used during the Perl program that are visible to the Perl program's child processes, through the %ENV hash. But you cannot change your parent's environment.

--
Jeff "japhy" Pinyan         %  How can we ever be the sold short or
RPI Acacia Brother #734     %  the cheated, we who for every service
http://japhy.perlmonk.org/  %  have long ago been overpaid?
http://www.perlmonks.org/   %    -- Meister Eckhart

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


  • Re: passing variables from perl to the system Jeff 'japhy' Pinyan

Reply via email to