Help for this page

Select Code to Download


  1. or download this
    use XML::Parser;
    my $p = XML::Parser->new(Style => 'Tree');
    my $tree = $p->parsefile('foo.xml');
    
  2. or download this
    print Dumper( $tree );