Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl 
    use strict;
    ...
    
    close $in;
    close $sifted;
    
  2. or download this
    perl -ne 'print unless /^None/ || ( /^(\d+)/ && $1>123 )' file.hairpin
    + >new_file.hairpin