2009/5/18  <james.br...@barclayswealth.com>:
> I installed the PPM supplied through the net-snmp.org zip. Is this the Pure 
> Perl or the C implementation?

Anythign obtained from the net-snmp.org website will be the C-based perl module.
It's essentially a perl-based wrapper round the Net-SNMP (C) libraries.

You'd use it by specifying

        use SNMP;
*not*
        use Net::SNMP;


The package Net::SNMP is not related to the Net-SNMP project at all
(apart from covering the same subject area).
    That's the pure-perl module, maintained by David Town.

Dave

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to