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