>  -----Original Message-----
> From:         Schiza, Apostolia (ISS Atlanta)  
> Sent: Friday, December 29, 2000 1:55 PM
> To:   [EMAIL PROTECTED]
> Subject:      perl cgi
> 
> Hi all,
> I am working with perl cgi.
> In one of my perl scripts I make calles to two command line programs.
> I use the 'system' command but the problem is that I want the first
> program to run even if the second program starts running, since program 1
> needs to run at the same time with program 2 in order to give results. Is
> there any way to do this?
> 
> It seems that doing something like this:
> system(Program1);
> system(Program2);
> 
> does not do what I want, since the program will first execute the first
> system call,it will wait till Program1 is done, and then it will go to the
> second system call where Program2 will start.
> 
> Any ideas will be greatly appreciated!
> Thanks and have a happy New Year!
> 
> -Lia- 
> 
> 
> 
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to