Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            </myattributes>
        </myobj>
    </myconfig>
    
  2. or download this
    foreach my $elt ( $t -> get_xpath( '//myconfig/myobj/uniqueName[string
    +()=" objA "]/../myattributes/attribB' ) ) {
       $elt -> print;
    }