| Paketname | libcgi-ajax-perl | 
| Beschreibung | Perl-specific system for writing Asynchronous web applications | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.707-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 228 Byte | 
| Hängt ab von | perl (>= 5.6.0-16), libclass-accessor-perl | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 46540 Byte | 
| Prüfsumme MD5 | 741b5e44f69e1bb24079ccaf85aa59e8 | 
| Prüfsumme SHA1 | 9a769360cbfdf0561be6543efdd6c0ba91e3d3cd | 
| Prüfsumme SHA256 | 82d44f4a997fec197e5816ea00a6be6d8064c24b6e03f1c0be8f39298d797773 | 
| Link zum Herunterladen | libcgi-ajax-perl_0.707-1_all.deb | 
| Ausführliche Beschreibung | CGI::Ajax is an object-oriented module that provides a unique mechanism
for using Perl code asynchronously from JavaScript-enhanced HTML pages.
CGI::Ajax unburdens the user from having to write extensive JavaScript,
except for associating an exported method with a document-defined event
(such as onClick, onKeyUp, etc.). CGI::Ajax also mixes well with HTML
containing more complex JavaScript.
.
CGI::Ajax supports methods that return single results or multiple
results to the web page, and supports returning values to multiple
DIV elements on the HTML page.
.
Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically
generated based on HTML layout and events, and the page is then
dynamically updated with the output from the perl function.  Additionally,
CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you
can separate your code processing over multiple scripts.
.
A primary goal of CGI::Ajax is to keep the module streamlined and
maximally flexible. We are trying to keep the generated javascript code
to a minimum, but still provide users with a variety of methods for
deploying CGI::Ajax. And VERY little user JavaScript. |