Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

parsing complex xml structure with xml::simple

by bfdi533 (Friar)
on Aug 01, 2006 at 14:21 UTC ( [id://564998]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($checks->{Detail}) {
        foreach my $detail (@{$checks->{Detail}->{Row}}) {
    ...
            }
        }
    }
    
  2. or download this
            <Check>
                    <Detail>
    ...
                            </Row>
                    </Detail>
            </Check>
    

Log In?
Username:
Password:

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

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

    No recent polls found