|
Posted by Duncan Maidens on December 14, 2004, 12:32 am
Please log in for more thread options
Hi
New to Perl and I am trying to use the above module to generate SNMP
traps. However I am comming unstuck with the varbind list.
If I specify the type field directly in te code i.e 'OCTET_STRING'
all is well. When using it as a variable $type (where $type =
'OCTET_STRING' ) i get an error from the module telling me the type
'OCTET_STRING' is unknown !
Any ideas ?
Duncan
|