Help for this page

Select Code to Download


  1. or download this
       open(FILE, "$some_dirr/$file")
           or die("can't open $file");
    ...
       if ($PASSmatch && $sweepsmatch && $Finalmatch) {
           # do whatever with this file.
       }