Help for this page

Select Code to Download


  1. or download this
        my $parent = $proteinLU{$word};
        my $wIndex = 0;
    ...
    
        print "**$parent->{_name_}** " if exists $parent->{_name_};
        splice @words, 0, $wIndex;
    
  2. or download this
        my $parent = $proteinLU{$word};
        my $wIndex = 0;
    ...
        } else {
            print "$word ";
        }