Help for this page

Select Code to Download


  1. or download this
    lab1_set1.txt
    lab1_set2.txt
    ...
    .....
    labn.set1.txt
    labn_set2.txt
    
  2. or download this
     
    for (@labsets) {
        if ($_ ~= /^lab\d{1}/) = [some condition] {
    ...
         } else {
             print "print $_ did not match\n";
         }