Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      or warn "Could not close input file 1 '$input_file': $!";
    close $out_fh
      or warn "Could not close output file '$output_file': $!";
    
  2. or download this
    perl -wlpe 'if(!/^2/){substr($_,99,1,"9");substr($_,148,1,"Z");}' <in.
    +dat >out.dat