RE: Setting environment variable for process spawned with system()

2002-07-18 Thread Dan Fish
Yup... That worked just great! Thanks Jenda! -Dan -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 10:33 AM To: Perl List Subject: Re: Setting environment variable for process spawned with system() From: "Dan Fish" <[EM

Re: Setting environment variable for process spawned with system()

2002-07-17 Thread Jenda Krynicky
From: "Dan Fish" <[EMAIL PROTECTED]> > Okay... maybe this is just so simple that I can't see the forest > through the trees, but I've never had a need to do it before and so > that inherently makes it difficult :-) > > I've got a script that runs gnuplot via system(). In order to use a > custom

RE: Setting environment variable for process spawned with system()

2002-07-17 Thread Nikola Janceski
kinda like this? system(qq/export FIT_LOG="check toilet"; gnuplot -some options/); > -Original Message- > From: Dan Fish [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 1:27 PM > To: Perl List > Subject: Setting environment variable for proce

Re: Setting environment variable for process spawned with system()

2002-07-17 Thread Tanton Gibbs
[EMAIL PROTECTED]> To: "Perl List" <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 1:27 PM Subject: Setting environment variable for process spawned with system() > Okay... maybe this is just so simple that I can't see the forest through the > trees, but I've nev

Setting environment variable for process spawned with system()

2002-07-17 Thread Dan Fish
Okay... maybe this is just so simple that I can't see the forest through the trees, but I've never had a need to do it before and so that inherently makes it difficult :-) I've got a script that runs gnuplot via system(). In order to use a custom path for gnuplot's "fit" regression function, It