Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Parsing an XML datastructure

by existem (Sexton)
on Dec 14, 2004 at 12:41 UTC ( [id://414692]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use XML::Simple;
    ...
    my @items = @{$xml->{Item}};
    print "Contains: ".Dumper(@items);
    
  2. or download this
    $VAR1 = {
              'Price' => '24.9899997711',
    ...
              'Price' => '24.9899997711',
              'SmallImageURL' => 'http://images.iwoot.com/thumbs/DISRIF_th
    +u.gif',
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found