Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
    close PROTEINFILE;
    print " here is the protein:\n\n";
    print $protein;
    
  2. or download this
    
    readline() on closed filehandle PROTEINFILE at C:\strawberry\perl\bin\
    +trial1.pl line 4
    ...