Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Hash of Hashes, referencing, dereferencing and Net::SNMP

by matija (Priest)
on Oct 06, 2004 at 12:16 UTC ( [id://396958]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $results_table->{$$group}}->{$$site_name} = {
                                                    sysobjid => "unknown",
                                                    snmp_status => "NOT OK
    +",
                                                };
    
  2. or download this
    results_table->{$$group}}->{$$site_name}->{sysobjid}="unknown;
    results_table->{$$group}}->{$$site_name}->{snmp_status}="NOT OK";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-20 12:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found