Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Solution to: XML::Simple Meets Complex Hash Structure

by logan (Curate)
on Oct 04, 2007 at 00:45 UTC ( [id://642538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $xml_response_object = $xs->XMLin($response->content, forcearray =>
    + 1);
    
  2. or download this
    my $xs = XML::Simple->new;
    my $xml_response_object = $xs->XMLin($response->content, forcearray =>
    + 1);
    
  3. or download this
    print Dumper($response);
    Response Dump: $VAR1 = {
    ...
                            }
                          ]
            };
    
  4. or download this
        
    foreach my $asset_type ( keys %{$response} ) {  
      $logger->debug("Starting asset_type $asset_type");
    ...
        $i++;
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found