Help for this page

Select Code to Download


  1. or download this
    Uncaught exception from user code:
     
    ...
            XML::Simple::build_tree_xml_parser('XML::Simple=HASH(0x8227a0)
    +','foo.xml','foo.xml') called at /usr/lib/perl5/vendor_perl/5.8.0/XML
    +/Simple.pm line 277
            XML::Simple::build_tree('XML::Simple=HASH(0x8227a0)','foo.xml'
    +,'foo.xml') called at /usr/lib/perl5/vendor_perl/5.8.0/XML/Simple.pm 
    +line 220
            XML::Simple::XMLin('XML::Simple=HASH(0x8227a0)','foo.xml') cal
    +led at ./655609.pl line 15
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    );
    #my $xml = $xmlfile->XMLin($conf);
    my $xml = $xmlfile->XMLin('foo.xml');