Help for this page

Select Code to Download


  1. or download this
       @newrecord = ();
       # Send the record to have any blank lines removed.
    ...
         }
         $cleanrecord;
      }
    
  2. or download this
     if ($line =~ m/CHROMOSOME:\s*(\d*)\s*$/)
        {
    ...
       } elseif( $type eq "NUM_FOO ) {
          # do num foo
       }