Help for this page

Select Code to Download


  1. or download this
    sub is_la_rare { 
        my $elt = shift; # can be <labels> or <def>
        foreach my $label ($elt->children('la') ) {
    ...
        }
        return 0;
    }