in reply to Problem with getting the right object
I'm not sure you've given us the right information to help you debug this, but a few lines of your code confuse me.
When do you expect this condition to be false?
if(my $hsp = $hit->hsp('best')){When do you expect this condition to be false?
if(my $hu_name = $hit->name){... and when do you expect it to differ from this condition?
elsif(my $hd_name = $hit->name)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with getting the right object
by lomSpace (Scribe) on May 19, 2009 at 16:24 UTC | |
by chromatic (Archbishop) on May 19, 2009 at 19:03 UTC |