Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Using XML::Simple with nested arrays

by c (Hermit)
on Jul 04, 2002 at 23:36 UTC ( [id://179548]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <network>
      <node name="edge1">
    ...
        <loopback>10.12.71.14</loopback>
      </node>
    </network>
    
  2. or download this
    my $i =XMLin("xmlfile");
    print "$i->{node}->{edge2}->{loopback}->[1]\n";
    
  3. or download this
    print "$i->{node}->[1]\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found