diff options
Diffstat (limited to 'lang/p5-Data-JavaScript/pkg-descr')
-rw-r--r-- | lang/p5-Data-JavaScript/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/p5-Data-JavaScript/pkg-descr b/lang/p5-Data-JavaScript/pkg-descr new file mode 100644 index 000000000000..d75ac9ff6f78 --- /dev/null +++ b/lang/p5-Data-JavaScript/pkg-descr @@ -0,0 +1,12 @@ +This module is aimed mainly for CGI programming, when a perl script +generates a page with client side JavaScript code that needs access to +structures created on the server. + +It works by creating one line of JavaScript code per datum. Therefore, +structures cannot be created anonymously and needed to be assigned to +variables. This enables dumping big structures. + +Author: Ariel Brosh <schop@cpan.org> +WWW: http://search.cpan.org/search?dist=Data-JavaScript + +-- Anton |