Re: How to get environment variables from child shell

2010-05-28 Thread Paul Johnson
On Thu, May 27, 2010 at 04:51:45PM -0700, Bob Sadri wrote: > Hi > I have a perl script that calls a csh script. The csh script sources some > environment variables (among others). When the control comes back to my > perl script I like to use the environment variables set in the csh script. > How

Re: How to get environment variables from child shell

2010-05-27 Thread Steve Bertrand
On 2010.05.27 20:15, Marilyn Sander wrote: > > On May 27, 2010, at 4:58 PM, Jim Gibson wrote: > >> On 5/27/10 Thu May 27, 2010 4:51 PM, "Bob Sadri" >> scribbled: >> >>> Hi >>> I have a perl script that calls a csh script. The csh script sources some >>> environment variables (among others).

Re: How to get environment variables from child shell

2010-05-27 Thread Marilyn Sander
On May 27, 2010, at 4:58 PM, Jim Gibson wrote: > On 5/27/10 Thu May 27, 2010 4:51 PM, "Bob Sadri" > scribbled: > >> Hi >> I have a perl script that calls a csh script. The csh script sources some >> environment variables (among others). When the control comes back to my >> perl script I lik

Re: How to get environment variables from child shell

2010-05-27 Thread Jim Gibson
On 5/27/10 Thu May 27, 2010 4:51 PM, "Bob Sadri" scribbled: > Hi > I have a perl script that calls a csh script. The csh script sources some > environment variables (among others). When the control comes back to my > perl script I like to use the environment variables set in the csh script. >