in reply to CGI::Ajax and passing the paramaters.

CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers

It is obviously telling me there's something wrong with my paramaters
No. It is telling you that you are not implement the CGI protocol. CGI Help Guide

Using CGI::Ajax, how can I retreive the entire http string that's passed to the perl function ie: http://www.mysite.com/ajax.pl?param1=balh¶m2=bwagh.... etc..
Use CGI.pm's self_url

  • Comment on Re: CGI::Ajax and passing the paramaters.