Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
            unshift @labsets, $set2 if defined $set2;
        } 
    }
    
  2. or download this
    PAIRED: lab1_set1.txt and lab1_set2.txt
    BAD FILENAME: oops___should_not_be_in_this_list.txt
    ...
    NOT PAIRED: lab100_set2.txt
    NOT PAIRED: lab101_set1.txt
    BAD FILENAME: lab101_set2.txts
    
  3. or download this
    #!/usr/bin/env perl -l
    
    ...
            unshift @labsets, $set2;
        } 
    }
    
  4. or download this
    PAIRED: lab1_set1.txt and lab1_set2.txt
    BAD FILENAME: oops___should_not_be_in_this_list.txt
    ...
    NOT PAIRED: lab4_set1.txt
    PAIRED: lab99_set1.txt and lab99_set2.txt
    NOT PAIRED: lab100_set1.txt