Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          die "Can't create output file `$files{Outfile}': $!\n";
        open my $ofh, '+>', $files{Outfile_B} or
          die "Can't create output file `$files{Outfile_B}': $!\n";