Subject: | CGI::Ajax does not let one use the CGI.pm module properly |
CGI::Ajax does not provide an object oriented access to CGI.pm. One
_has_ to include plain HTML in the script. Furthermore, there is no way
to interact with the functional interface of CGI.pm which makes CGI
scripts much easier to debug.
It would be great if CGI::Ajax copied the interfaces available through
CGI.pm and allowed access to JavaScript in the traditional CGI.pm
methods instead of creating a reference to raw HTML code.