Help for this page

Select Code to Download


  1. or download this
    $final_gset[$i]= $tmps;
    
  2. or download this
    while (<IN>) {
        if ($hit=/POLYMORPH/ ... /^\s*$/) {
    ...
        }
        # This will be reached for anything else
    }
    
  3. or download this
    print TEXT join("\n",@final_gset),"\n";