Help for this page

Select Code to Download


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