in reply to Re^4: Review: CGI::Prototype
in thread Review: CGI::Prototype

My POST url looks something like "/cgi-bin/profile?area=acc"

The last time I looked, CGI.pm required a code change to allow both POST and GET style params on the same request (an easy "uncomment this line" change, but a change regardless). Has that changed, or did you modify your CGI.pm?