Help for this page
#!/usr/bin/perl use warnings; ... print "hit Enter to exit main script\n"; <>; exit;
#!/usr/bin/perl use warnings; ... # It is important to waitpid on your child process, # otherwise zombies could be created.