Help for this page

Select Code to Download


  1. or download this
    my $data = <<STOP;
    <outside>
    ...
    
        print $attrs{name};
    }
    
  2. or download this
    use Data::Dumper;
    my $tree = $parser->parse($data);
    print Dumper $tree;