Perl: How to retrieve XMLHttpRequest

Posted by Peterim on Stack Overflow See other posts from Stack Overflow or by Peterim
Published on 2010-04-06T19:40:09Z Indexed on 2010/04/06 19:43 UTC
Read the original article Hit count: 453

Filed under:
|
|
|
|

Hi guys!

I have a client-side appliction which submits some data via AJAX POST request (request.open("POST", url, flag)) to my Perl CGI script.

How do I retrieve this data with Perl and return some other data (AJAX response) instead?

Thank you!

© Stack Overflow or respective owner

Related posts about perl

Related posts about xmlhttprequest