Help for this page

Select Code to Download


  1. or download this
    
    my $xs1 = XML::Simple->new(NoAttr=>1,KeepRoot=>1,NormaliseSpace=>1 );
    my $xml_data = $xs1->parse_file($xml_path);
    #print Dumper($xml_data);
    
  2. or download this
    <BILLING>
     <ACCOUNT></ACCOUNT>
     <RTN></RTN>
    </BILLING>
    
  3. or download this
    <BILLING>
     <name>ACCOUNT</name>
     <name>RTN</name>
    </BILLING>