WWW::Scripter::Plugin::Ajax, version 0.05 (alpha) Plugin for WWW::Scripter that provides the XMLHttpRequest object. RECENT CHANGES 0.05 ---- Fixed to work with LWP 5.833 0.04 ---- Fixed a really nasty bug: Sending any data via the send() method via HTTP would tickle an incompatibility with LWP/Protocol/http.pm that would result in an LWP-generated 500 error. Thanks to Steven Nikkel for reporting the error. 0.03 ---- • Infinite or external redirects are now detected and handled correctly. • getResponseHeader and getAllResponseHeaders now produce the cor- rect type of error (INVALID_STATE_ERR) when the state is UNSENT or OPENED. • As a temporary hack to get someone’s code working, this module adds textContent to XML::DOM::Lite::Node, if it does not already exist. INSTALLATION The easiest way to install this module is to use the CPAN module or the cpan script: [sudo] perl -MCPAN -e "install WWW::Scripter::Plugin::Ajax" [sudo] cpan WWW::Scripter::Plugin::Ajax Or you can use the following: perl Makefile.PL make make test [sudo] make install PREREQUISITES This module requires: - perl 5.8.4 or higher - WWW::Scripter - WWW::Scripter::Plugin::JavaScript 0.002 or later - XML::DOM::Lite - constant::lexical - HTML::DOM 0.013 or later - Encode 2.09 or higher - LWP - URI DOCUMENTATION After installing, you can find documentation for these modules with the perldoc command. perldoc WWW::Scripter::Plugin::Ajax Or try using man (it's faster, in my experience): man WWW::Scripter::Plugin::Ajax COPYRIGHT AND LICENCE Copyright © 2008-9 Father Chrysostomos This program is free software; you may redistribute it and/or modify it under the same terms as perl.