unless(-e $SNMPWALK) { print "snmpwalk is not installed!\n"; exit 3; }
这个表达式中-e的功能是什么?
它在perldoc -X下的perlfunc中有记录
perldoc -X