http://www.perlmonks.org?node_id=958136


in reply to Perl-Snmp script for arp table retrieval problem.

Line 12 (as listed in the error message) is:

@iftable=\Q$snmpwalk $rtr ifDescr\Q;
This is not valid Perl code. Finding the other errors of the same type, and fixes necessary are left as an exercise for the reader.

--MidLifeXis