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

Calling nested containers with XML::Simple

by c (Hermit)
on Jul 05, 2002 at 06:09 UTC ( [id://179571]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <global>
      <snmp>
    ...
      <node id="10.6.21.1"/>
      <node id="10.6.21.2"/>
    </global>
    
  2. or download this
    my $i = XMLin("filename",forcearray => 1);
    print "$i->{snmp}->{version}\n";
    
  3. or download this
    <snmp version="2c">
      <retries>2</retries>
      <community>public</community>
    </snmp>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-29 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found