in reply to Newbie cgi question

Hi ,

use CGI qw(:all); print "Content-type : text/html\n\n"; # print $header; # all your lines come here


and run the cgi from commandline and check if the snmpwalk returns or is the permission granted for your group or users ,the permission to run the snmpwalk can be that which does not let you get in the foreach loop and print stuff , so look at these changes intiallay and you may have the $swalk printed to the STDOUT , I guess