Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Help with Parsing XML output

by khrome (Initiate)
on Aug 12, 2014 at 03:02 UTC ( [id://1097061]=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"?>
    <results>
    ...
            </keyword>
        </keywords>
    </results>
    
  2. or download this
    
      my $xml = new XML::Simple (KeyAttr=>[]);
    ...
      $SQLX->finish();
      }
    
  3. or download this
    foreach $var (@{$TopList->{taxonomy}->{category}})
             {do something;}
            else foreach $var ($TopList->[taxonomy}->{category})
             {do the something this way;}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found