FransUrbo / snmp-modules

Miscellaneous SNMP modules and drivers
3 stars 2 forks source link

The file BayourCOM_SNMP.pm must be copied into a directory where perl can find it (i.e. in one of it's include directories).

These directories can be shown by executing the following command line:

perl -e "foreach \$dir (@INC) { print \"\$dir\n\"; }" | sort