Re: [Perl-unix-users] Executing another perl script asyncronously

2002-06-10 Thread Trevor Joerges
gt;)> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 10:59 PM Subject: [Perl-unix-users] Executing another perl script asyncronously | Dear, | | My question is just how to execute another perl script asyncronously. | system or `` waite until another script will terminated. | I nee

Re: [Perl-unix-users] Executing another perl script asyncronously

2002-06-10 Thread $Bill Luebkert
taguti wrote: > Dear, > > My question is just how to execute another perl script asyncronously. > system or `` waite until another script will terminated. > I need a function like Win32::spawn by Dave Roth. > > Schedule-Cron in CPAN is somewhat like, but it is for Perl subroutines. >From perl

[Perl-unix-users] Executing another perl script asyncronously

2002-06-10 Thread taguti
Dear, My question is just how to execute another perl script asyncronously. system or `` waite until another script will terminated. I need a function like Win32::spawn by Dave Roth. Schedule-Cron in CPAN is somewhat like, but it is for Perl subroutines. Regards, Hirosi Taguti [EMAIL PROTECTED]