Help for this page
#!/usr/bin/perl -w use strict; use Bio::Seq; ... # print the protein sequence print $prot_obj->seq,"\n"; # print "\n";