in reply to strict refs and REGEXP error
$blast_par->{$cleancodes->[$x]}->{"defline"} should point to "description", but you then add ->[$x] which attempts to dereference "description" as an array.elsif (($blast_par->{$cleancodes->[$y]}->{"defline"}->[$y] !~ m/NP_/) +&& ($blast_par->{$cleancodes->[$x]}->{"defline"}->[$x] =~ m/NP_/)) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: strict refs and REGEXP error
by professa (Beadle) on Apr 30, 2002 at 13:46 UTC |