diff options
author | lth <lth@FreeBSD.org> | 2005-09-20 16:33:12 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-09-20 16:33:12 +0800 |
commit | 3a6b2e1bca452a5fa18067084179d27da683f2d3 (patch) | |
tree | 02a7e2550826c807b7ee1a35f425111b06353582 /www/p5-CGI-Ajax/pkg-descr | |
parent | b470704e3cf70028b2f2b17328da0d1d1d318b49 (diff) | |
download | freebsd-ports-gnome-3a6b2e1bca452a5fa18067084179d27da683f2d3.tar.gz freebsd-ports-gnome-3a6b2e1bca452a5fa18067084179d27da683f2d3.tar.zst freebsd-ports-gnome-3a6b2e1bca452a5fa18067084179d27da683f2d3.zip |
Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps.
Diffstat (limited to 'www/p5-CGI-Ajax/pkg-descr')
-rw-r--r-- | www/p5-CGI-Ajax/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-CGI-Ajax/pkg-descr b/www/p5-CGI-Ajax/pkg-descr new file mode 100644 index 000000000000..60d36488906d --- /dev/null +++ b/www/p5-CGI-Ajax/pkg-descr @@ -0,0 +1,10 @@ +CGI::Ajax is an object-oriented module that provides a unique +mechanism for using perl code asynchronously from javascript-enhanced +web pages. You would commonly use CGI::Ajax in AJAX/DHTML-based +web applications. CGI::Ajax unburdens the user from having to write +any javascript, except for having to associate an exported method +with a document-defined event (such as onClick, onKeyUp, etc). Only +in the more advanced implementations of a exported perl method would +a user need to write any javascript. + +WWW: http://search.cpan.org/dist/CGI-Ajax/ |