Help for this page

Select Code to Download


  1. or download this
    substr($line, $pos1, $pos2-$pos1+1) = cleanse(substr($line, $pos1, $po
    +s2-$pos1+1));
    
  2. or download this
    use strict;
    my @pos = (0,5,15,20);
    
    ...
       print $line;
    } # end while