RE: Executing a script within another script

2001-03-05 Thread Newell, Paul
ewell, Paul" <[EMAIL PROTECTED]> > To: "'Dirk Bremer'" <[EMAIL PROTECTED]>; "Brian Steele" > <[EMAIL PROTECTED]>; "perl-win32-users" > <[EMAIL PROTECTED]> > Sent: Monday, March 05, 2001 1:58 PM > Subject: RE: Execut

Re: Executing a script within another script

2001-03-05 Thread Dirk Bremer
> To: "'Dirk Bremer'" <[EMAIL PROTECTED]>; "Brian Steele" <[EMAIL PROTECTED]>; "perl-win32-users" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 1:58 PM Subject: RE: Executing a script within another script > Sure, but "system&qu

RE: Executing a script within another script

2001-03-05 Thread Newell, Paul
-922-9158 ext. 652 fax 636-447-4471 > > <mailto:[EMAIL PROTECTED]> > > - Original Message - > From: "Brian Steele" <[EMAIL PROTECTED]> > To: "perl-win32-users" <[EMAIL PROTECTED]> > Sent: Monday, March 05, 2001 12:02 PM > Subj

Re: Executing a script within another script

2001-03-05 Thread Carl Jolley
On Mon, 5 Mar 2001, Brian Steele wrote: > What about "call 'scriptname'" ? > I can't seem to find information about a perl function called "call". What version of perl defines it? [EMAIL PROTECTED] All opinions are my own and not necessarily those of my employer ___

Re: Executing a script within another script

2001-03-05 Thread Dirk Bremer
lto:[EMAIL PROTECTED]> - Original Message - From: "Brian Steele" <[EMAIL PROTECTED]> To: "perl-win32-users" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 12:02 PM Subject: Re: Executing a script within another script > WHOOPS. > > Sorry.

Re: Executing a script within another script

2001-03-05 Thread Brian Steele
fax 636-447-4471 > > <mailto:[EMAIL PROTECTED]> > > - Original Message - > From: "Brian Steele" <[EMAIL PROTECTED]> > To: "perl-win32-users" <[EMAIL PROTECTED]> > Sent: Monday, March 05, 2001 10:57 AM > Subject: Re: Executin

Re: Executing a script within another script

2001-03-05 Thread Dirk Bremer
ot; <[EMAIL PROTECTED]> To: "perl-win32-users" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 10:57 AM Subject: Re: Executing a script within another script > What about "call 'scriptname'" ? > > > Brian

Re: Executing a script within another script

2001-03-05 Thread Brian Steele
What about "call 'scriptname'" ? Brian - Original Message - From: "MOTTER, JEFFREY D. (SBMS)" <[EMAIL PROTECTED]> To: "perl-win32-users" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 12:48 PM Subject: RE: Executing a script wit

RE: Executing a script within another script

2001-03-05 Thread MOTTER, JEFFREY D. (SBMS)
I have been using the "system" method for quite some time and it seems to work very well. $var1="something"; $var2="something else"; system "c:\\perl\\scripts\\mytest.pl $var1 $var2"; > -Original Message- > From: Dirk Bremer [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 05, 2001 10:43