Help for this page

Select Code to Download


  1. or download this
    while (<MYFILE>) #this is my opened file
    {
    ...
           
    
         }
    
  2. or download this
    
    while (($key, $sequence)=each %species)
    ...
        print $key,$sequence; 
        print "\n";
        }