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

Re: Re: Re: using return to create a module object

by dws (Chancellor)
on Jul 06, 2002 at 17:44 UTC ( [id://179858]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use strict;
      use Net::SNMP;
      my $version = ".1.3.6.1.2.1.1.1.0";
    ...
      $s = NET::SNMP->session(\%snmp_options);
      print $s->get_request($version);
      $s->close();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-28 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found