[ ソース: libdata-javascript-perl ]
パッケージ: libdata-javascript-perl (1.13-2)
libdata-javascript-perl に関するリンク
Debian の資源:
libdata-javascript-perl ソースパッケージをダウンロード:
- [libdata-javascript-perl_1.13-2.dsc]
- [libdata-javascript-perl_1.13.orig.tar.gz]
- [libdata-javascript-perl_1.13-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
dump perl data structures into JavaScript code
Data::JavaScript is mainly inteded 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 need to be assigned to variables. However, this format enables dumping large structures.