Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Question about XML::Simple

by euz (Initiate)
on Mar 11, 2012 at 13:14 UTC ( [id://958943]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <conf name="snoopdogg" serial="1" target="172.16.1.3">
     <services>
    ...
           <crit value="10" operator="&gt;"/>
         </probe>
    (...)
    
  2. or download this
    my $configuration = $xml->XMLin(
                 $conf,
    ...
                            },
                 KeepRoot => 0
    );
    
  3. or download this
    my $warn = $configuration->{snoopdogg}{services}{cpu}{plugins}{cpu}{pr
    +obes}{load1}{warn}{value};
    
  4. or download this
    my $warn = $configuration->{snoopdogg}{cpu}{cpu}{load1}{warn}{value};
    
  5. or download this
    GroupTags => { services => 'service' => name }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found