Using Boulder::Unigene I have: my $ug = new Boulder::Unigene(-param => $file); while (my $s = $ug->get){ print "id ", $s->Identifier; .. and so on.. which is all fine.. } Anyone know how to retrieve the est and sts entries??