Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
    waitpid( $pid, 0 ) ;
    warn "Failed\n" if ( $? << 8 != 0 ) ;
    close($filedata) ;
    
  2. or download this
    use strict ;
    use warnings ;
    ...
        }
        close( $fh ) ;
    }
    
  3. or download this
    use strict ;
    use warnings ;
    ...
        print $fh "$i\n" ;
    }
    close $fh ;