Help for this page

Select Code to Download


  1. or download this
    <root>
       <element1/>
       <element2 attribute="positive"></element2>
       <element3/>
    </root>
    
  2. or download this
    
    my $test=XMLin('path\file.xml', KeepRoot=>1, KeyAttr=>"element2", Forc
    +eArray=>0);
    ...
    else
      {print "No Luck";}