Help for this page
use strict; use warnings; ... my $server = MyWebServer->new(8080); my $pid = $server->background(); kill 9, $pid;
kill 9, $$;