ashah21 has asked for the wisdom of the Perl Monks concerning the following question:
use PerlACE::Process; my $server; $server = new PerlACE::Process("$server_name", "$server_param"); $status = $server->Spawn (); $client = new PerlACE::Process("$client_name", "$client_param"); print $client->CommandLine(), "\n"; <br/> Thanks in advance. $status = $client->Spawn ();
Win32::Process::Create ($self->{PROCESS}, $executable, $cmdline, 0, CREATE_NEW_CONSOLE, ".");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Process::Create Process exits before finishing execution
by cdarke (Prior) on Jul 08, 2008 at 11:19 UTC | |
by ashah21 (Initiate) on Jul 09, 2008 at 05:48 UTC |