in reply to Re: Reaped: Re: A way to break if an action is not responding and go to next?
in thread A way to break if an action is not responding and go to next?
if ($@ =~ /GOT TIRED OF WAITING/) { my $kill='pskill' \\\\$machine psexesvc"; system ($kill); }
|
|---|