http://www.perlmonks.org?node_id=821402


in reply to Re: Perl and Ajax Question
in thread Perl and Ajax Question

I used CGI::Ajax when I was first starting out with Ajax & Perl, but it has several really problematic things that it does- especially with properly encoding the query strings.

These days I just use the Ajax functions in jQuery (they are more powerful anyway) and use JSON if I'm outputting data or sometimes just return HTML.