The Amazing Sperlderman is a perl program that allows to write perl code in a web browser, execute it, and see the results.
It works by creating his own web server, launching a browser pointed to him, and communicating with it using Ajax.
19-jun-2007 Styles and javascript separated from the html. Faster exit.
17-jun-2007 Added authentication.
16-jun-2007 Added blocks file.
15-jun-2007 Added --debug option, minor changes in request to allow usage with proxies.
Sperlderman uses the HTTP::Daemon module, wich many linux distributions do not include. You can install it from Cpan.
It also uses HTTP::Status, HTTP::Response, HTML::Entities, URI::Escape and Getopt::Long.
A web browser with Ajax capabilities is also required.
The Amazing Sperlderman can be used and distributed under the same license as Perl.
Revision 16-jun-2007
© 2007 Julián Albo.