Help for this page

Select Code to Download


  1. or download this
    for my $para ( $root->children('para') ) {
           if ( $para->first_child_matches('get_this') ) {
                print $para->first_child('get_this')->att('value');
           }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
           }
    }
    
  3. or download this
    Here is XML file 
    <root>
    ...
    444
    555
    XXX