what does your system command look like?
Are you running this on UNIX? if so, why not use fork?
you might be interested in reading the:
perldoc perlipc
There is usually a chapter in every perl book on IPC. Some are better than
others.
what kind of varibles do you want to pass? (how about a using a pipe or temp
file?)
> -----Original Message-----
> From: Rob [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 1:47 PM
> To: [EMAIL PROTECTED]
> Subject: Pass variables from parent to child script
>
>
> When executing a child script from a parent script using the
> system command,
> is there a way to allow the child script to recognize the
> variables declared
> by the parent script?
>
> In other words, can you replicate the export functionality of
> a UNIX shell
> script using PERL?
>
> Thanks
>
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]