Changes for version 0.92 - 2006-12-14
- Added safe $trap->eval using Safe.pm module (Rob Moss) Operators allowed inside of the eval function are as follows: http://search.cpan.org/~nwclark/perl-5.8.8/ext/Opcode/Opcode.pm :base_core :base_mem :base_loop print sprintf prtf padsv padav padhv padany In summary: Any logic, string/integer comparison, regex and print functions will work Any other operator, such as open() exec() unlink() will be denied and the reason given in $@
Modules
Read and process an SNMP trap from Net-SNMP's snmptrapd