Help for this page

Select Code to Download


  1. or download this
    open(my $in, '<', "filein.dat")
       or die("Unable to open filein.dat: $!\n");
    ...
          or die("Unable to create file${file_count}.dat: $!\n");
       print $fh_out ($_) foreach @buf;
    }