$botblockcheck = param('mybotblock_input'); $bothash = param('mybotblock_hidden'); if ($botblockcheck ne "8989890" || $bothash ne "TRyAg41n"){ not_allowed(); } sub not_allowed{ print "Content-type: text/html\n\n Website Title
Sorry, your message appears to be spam. Please go back and fix it or contact us for more info.
"; }