Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi.
Is it possibly in Perl to EXECUTE 2 PROGRAMS from ONE in that way, that the 2 programs were working at the same time - 2 PROCESSES ???
I made Perl program:
system("c:\\valeriy\\program2\\pr1.pl");
system("c:\\valeriy\\program2\\pr2.pl");
But It executes FIRST, then WAITS, than executes 2ND. I need then working at the same time, paralelly. :)
Hope here are Perl professionals.
|
---|
Replies are listed 'Best First'. | |
---|---|
(bbq) Re: 2 programs as 2 processes
by BBQ (Deacon) on Sep 22, 2000 at 22:36 UTC | |
by tye (Sage) on Sep 22, 2000 at 23:47 UTC | |
Re (tilly) 1: 2 programs as 2 processes
by tilly (Archbishop) on Sep 22, 2000 at 22:32 UTC | |
Re: 2 programs as 2 processes
by jreades (Friar) on Sep 22, 2000 at 22:30 UTC |
Back to
Seekers of Perl Wisdom