Help for this page

Select Code to Download


  1. or download this
    while (<$fh>) {
         chomp;
    ...
             $count .= " ";
         }
     }
    
  2. or download this
    for (@lines) { print $fh length($_) . " " if ($_ =~ /^>hsa/); }