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 path for gnuplot's "fit" regression function, It looks for the
> environment variable FIT_LOG.
> 
> How can I set an environment variable in the script that will be
> inherited by the system() process?

$ENV{FIT_LOG} = "whatever";

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to