That all pertains to POST methods. If it's a POST the URL query string doesn't (unless $CGI::APPEND_QUERY_STRING is true) get into $cgi->param(), but if it's a GET it does. I'm asking if there is a way to keep GET parameters from populating $cgi->param(). I thought I remembered there being a pragma or something that allowed that, but I'm probably misremembering.