Help for this page
while (@parts) { my $part = shift @parts; ... $parent->{_name_} = $protein; }
while ($wIndex < @words && exists $parent->{$words[$wIndex]}) { @best = ($parent->{_name_}, $wIndex) if exists $parent->{_name +_}; $parent = $parent->{$words[$wIndex++]}; }