On Thursday, May 23, 2002, at 11:17 , Mat Harris wrote:

> SNMP::Utils


Net::SNMP I am aware of -
        cf: http://search.cpan.org/search?mode=module&query=SNMP

so this must be the version from freshmeat....

but they do not have an easy to find 'README' file that expressly calls
out the 'requires the following modules' - which seems to
be the core problem that you are running into here....

that ugly list seems to be all the supporting modules
that are pre-requisites to running their version of the code.

That would blow out from the

        use SNMP::Utils;

so it would seem that you would want to start with

        perldoc SNMP::Utils

and see if they call out a requirements in their POD....

hope that helps vector you in the right head space...



ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to