Help for this page

Select Code to Download


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