in reply to mitoprot bioperl code help

Add the line use strict; at the beginning of your code. After you do this, then you'll get an error message telling you that you tried to declare $mitoprot again (i.e. using my). It's at this line:

my $mitoprot->run();