Help for this page

Select Code to Download


  1. or download this
    Can't call method "att" on an undefined value at ././././xml_t line 64
    +.
    yes
    [root@xmen script]#
    
  2. or download this
    for my $para ( $root->children('para') ) {
           if ( $para->child_matches('get_this') ) {
                print $para->first_child('get_this')->att('value');
           }
    }