Re: Answering a XMLHttpRequest without using CGI::Ajax

2006-08-08 Thread Sean Davis
On 8/8/06 7:59 AM, "Marcus Willemsen" <[EMAIL PROTECTED]> wrote: > Hi everybody, > > Like almost everybody else I know I'm playing around with AJAX related > techniques. Instead of switching over to PHP I'd like to go on using Perl to > handle my XMLHttpRequests and to query my databases in th

Answering a XMLHttpRequest without using CGI::Ajax

2006-08-08 Thread Marcus Willemsen
Hi everybody, Like almost everybody else I know I'm playing around with AJAX related techniques. Instead of switching over to PHP I'd like to go on using Perl to handle my XMLHttpRequests and to query my databases in the background. The obvious choice would be to use the CGI::Ajax module. But t