Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    use Data::Dumper;
    ...
    Can't use string ("<tag1>
            <tag2 attr1="foo" />
            </t") as a symbol ref while "strict refs" in use at /usr/lib/p
    +erl5/site_perl/5.6.0/i386-linux//XML/Parser/Expat.pm line 456.
    
  2. or download this
    $VAR1 = {
              'tag2' => {
                          'attr1' => 'foo'
                        }
            };