Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Converting XML to array of array.

by ravi179 (Novice)
on Jan 23, 2017 at 09:36 UTC ( [id://1180142]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <books>
      <!-- Programming Perl 3ed -->
    ...
        <isbn>0-555-00178-0</isbn>
      </book>
    </books>
    
  2. or download this
    my $xl=XMLin('C:/perlpractice/dec8.xml',ForceArray=>1);
    for$key(keys %$xl)
    ...
    print $s;
    }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1180142]
Approved by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found