Paul,

The script that gets called is also used as a standalone program. The system function 
works okay for my intended purpose, the script
that gets called will on average be used two times from the calling script, and the 
calling script is used infrequently. In fact, it
used only when we want to split a large print file into multiple parts to print to 
multiple printers.

Dirk Bremer - Systems Programmer II - AMS Department - NISC
636-922-9158 ext. 652 fax 636-447-4471

<mailto:[EMAIL PROTECTED]>

----- Original Message -----
From: "Newell, 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: Executing a script within another script


> Sure, but "system" is going to do a lot worse (at least on NT) than that.
> It's going to create a whole new process and invoke a whole new perl. If you
> want to avoid re-compiling a script you should consider using a module.


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to