Let's forget for a moment that CGI::Ajax exists. Instead, imagine that all I want to do is call a Perl script from my AJAX application. Having created all the necessary communication lines I then pass the script URL with the GET method to the "line" in order to execute said Perl script.
All the script does is take all of the values in an array, join them into a string and pass the string back to the calling JavaScript function. However, it doesn't work and continually returns a 403 status code. The script is chmod'ed to 755, the directory in which it resides is also chmod'ed to 755 ensuring access. I believe I use the print function from the script basically printing the string to the "line" which the calling function basically reads. Is this correct? I've seen it suggested to use the printf function. Can anyone provide any insight? I'll provide both the Perl and JavaScript code if needed. Mathew -- Keep up with me and what I'm up to: http://theillien.blogspot.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/