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