Help for this page

Select Code to Download


  1. or download this
    my @command = "sleep 10; echo awoke";
    my $timeout = 5;
    ...
          warn("Long running child successfully terminated.\n");
       }
    }
    
  2. or download this
    $ perl script.pl
    Long running child. Attempting to terminate.
    Long running child successfully terminated.