I need to add a code to my script to force a 404 error
like this
($nn,$argum)=split(/=/,$ENV{QUERY_STRING});
if ($argum="invalid")
{help code needed here to force a 404 error and exit the script.... no custom error messages please I need search engines to recognize the page doesn't exist at all};
thanks a lot