in reply to Re: Perl and SNMP
in thread Perl and SNMP

Hmm, 'fraid not, I think. The problem is that the subagent doesn't call the script for the users request, if its waiting for an answer from a previous call. It uses popen() to open a pipe to the script and then waits for it to return. (Not sure if/how I can change this yet..)

C.