mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e02bab0889
JavaScript code.
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
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
|