in reply to Newbie cgi question

First of all, I'd suggest doing:

use CGI qw(:all); print header;

Instead of the manual header-print...

The actual problem is probably that your webserver doesn't have the correct permissions to execute the snmpwalk command. Furthermore why the assignment to $blah?

But the permission thing is probably it...