Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

XML::Simple Meets Complex Hash Structure

by logan (Curate)
on Oct 03, 2007 at 01:52 UTC ( [id://642285]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    - <AdXML>
    - <Preroll>
    ...
      <Length>5</Length> 
      </Midroll>
      </AdXML>
    
  2. or download this
    Response Dump: $VAR1 = {
              'Preroll' => {
    ...
                            'Completion' => 'http://192.168.0.1:80/foo/bar
    +'
                          }
            };
    
  3. or download this
    my ($self, $response) = @_;    
    foreach my $asset_type ( keys %{$response} ) {  
    ...
      }
      $logger->debug("Broke middle FOR asset param loop");
    }
    
  4. or download this
    - Starting asset_type Preroll
    - Top of middle FOR loop asset_param = Length: 4
    ...
    - Broke innermost WHILE loop asset_param = Length
    - Bottom of middle FOR loop asset_param = Length
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://642285]
Approved by GrandFather
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: (4)
As of 2024-04-19 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found