RE: Pass variables from parent to child script

2002-04-30 Thread Bob Showalter
> -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 c

RE: Pass variables from parent to child script

2002-04-30 Thread Nikola Janceski
nd 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 PRO

RE: Pass variables from parent to child script

2002-04-30 Thread Nikola Janceski
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 sc

Re: Pass variables from parent to child script

2002-04-30 Thread Frank Wiles
On Tue, 30 Apr 2002 12:47:11 -0500 "Rob" <[EMAIL PROTECTED]> wrote: > 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 expo

Pass variables from parent to child script

2002-04-30 Thread Rob
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 unsubscri