in reply to command timeout not working
withmy $pid = open my $sys, "-|", $command or die $!;
I get COMMAND FAILURE! after the allotted timeout.my $pid = open my $sys, "-|", sleep, 1000 or die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: command timeout not working
by Anonymous Monk on May 14, 2004 at 14:31 UTC | |
by dave_the_m (Monsignor) on May 14, 2004 at 14:44 UTC |