Help for this page

Select Code to Download


  1. or download this
    # if your file extension is not .txt change it to whatever is approria
    +te
    while (my $filename=<*.txt>){
    ...
        print "$filename has a polyA tail sequence\n";
      }
    }