I got it from http://cgi-lib.berkeley.edu
It's version 2.18
i was getting internal server errors and the server said there were errors in the cgi-bin.pl file. so i uploaded a new one. now the script doesn't even run, but i get this error instead.
that sure is a big script. anyways, it looks like it'll only get there if the method is not GET, HEAD, blank, or the content-type is not 'application/x-www-form-urlencoded' or something'multipart/form-data'. in this case, it appears that the type is 'text/plain'.
maybe you are POST'ing data to it with a content-type: header of text/plain rather than the application/x-www-form-urlencoded type?
Comment