Help for this page
#!/usr/bin/perl -w use strict; ... chomp($msg = <$handle>); return $msg; }
#!/usr/bin/perl -w use strict; ... for (@kids) { waitpid($_,0); }