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 just say

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

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

Re: call a perl script within another perl script

2005-03-03 Thread Nishi Prafull
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 following approach or something else? -- To unsubscribe, e-mail

RE: call a Perl script within another Perl script

2005-03-03 Thread Wagner, David --- Senior Programmer Analyst --- WGO
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 Hi: I would like to call a perl script(B.pl) within another

Re: call a Perl script within another Perl script

2005-03-03 Thread Nishi Prafull
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

Re: call a Perl script within another Perl script

2005-03-03 Thread Rathna N
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 Hi: I would like to call a perl script(B.pl) within another perl