|
|
sybperl-l Archive
Up Prev Next
From: "Chen, Charley" <chchen at lehman dot com>
Subject: RE: Spawning a csh shell
Date: Sep 25 2000 5:40PM
Yes, I'm trying to get some environment vars set. And the file that
contains them is written to use csh.
Thanks again,
Charley
-----Original Message-----
From: jason [SMTP:jason@chg.mc.duke.edu]
Sent: Monday, September 25, 2000 1:29 PM
To: SYBPERL-L@list.cren.net
Cc: chchen@lehman.com
Subject: Re: Spawning a csh shell
`csh fileyouwanttosource`;
or
system('csh', 'fileyouwanttosource');
Are you trying to get the sourcing to set some ENV vars in your perl
script?
----- Original Message -----
From: "Chen, Charley"
To: "SybPerl Discussion List"
Sent: Monday, September 25, 2000 1:03 PM
Subject: Spawning a csh shell
> Hi,
>
> This relates to perl and not sybperl. How do I get perl to
execute to
spawn
> a csh shell and source a file? I hope am I not upsetting anyone
if I post
> an off list issue.
>
> Thanks in advance,
> Charley
>
>
|