Help for this page

Select Code to Download


  1. or download this
    % ./cleanse.pl data.txt 0-30 44-63 97-111
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        
    print OUTPUT $fileContents;
    close OUTPUT;