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