Re: call a perl script within another perl script

2005-03-04 Thread Chris Devers
On Thu, 3 Mar 2005, Nishi Prafull wrote: > I would like to call a perl script(B.pl) within another perl script > (A.pl). Should I use the following approach or something else? > > A.pl > - > my $cmd = "perl B.pl" > system($cmd); > > Please let me know. Is there a reason that A.pl can't jus

Re: call a Perl script within another Perl script

2005-03-03 Thread Rathna N
> >> > > >> I guess it partly depends on what you are trying to accomplish. Why > > >> are you calling a second script? > > >> > > >> > > >> -Original Message- > > >> From: Nishi Prafull [mailto:[EMAIL PROTECTED] &g

Re: call a Perl script within another Perl script

2005-03-03 Thread Nishi Prafull
> >> are you calling a second script? > >> > >> > >> -Original Message- > >> From: Nishi Prafull [mailto:[EMAIL PROTECTED] > >> Sent: Thursday, March 03, 2005 3:47 PM > >> To: beginners@perl.org > >> Subject: call a perl s

RE: call a Perl script within another Perl script

2005-03-03 Thread Wagner, David --- Senior Programmer Analyst --- WGO
CTED]> > wrote: >> >> I guess it partly depends on what you are trying to accomplish. Why >> are you calling a second script? >> >> >> -Original Message- >> From: Nishi Prafull [mailto:[EMAIL PROTECTED] >> Sent: Thursday, March 03, 2005

Re: call a perl script within another perl script

2005-03-03 Thread Nishi Prafull
From: Nishi Prafull [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 3:47 PM > To: beginners@perl.org > Subject: call a perl script within another perl script > > Hi: > I would like to call a perl script(B.pl) within another perl > script(A.pl). > Should I use the

RE: call a perl script within another perl script

2005-03-03 Thread Tim Johnson
I guess it partly depends on what you are trying to accomplish. Why are you calling a second script? -Original Message- From: Nishi Prafull [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 3:47 PM To: beginners@perl.org Subject: call a perl script within another perl script

call a perl script within another perl script

2005-03-03 Thread Nishi Prafull
Hi: I would like to call a perl script(B.pl) within another perl script(A.pl). Should I use the following approach or something else? A.pl - my $cmd = "perl B.pl" system($cmd); Please let me know. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P