sybperl-l Archive
Up Prev Next
From: "jason" <jason at chg dot mc dot duke dot edu>
Subject: Re: Spawning a csh shell
Date: Sep 25 2000 5:29PM
`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
>
>
|