This module is mainly intended 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, str...
JPIERCE/Data-JavaScript-1.13 - 14 Aug 2008 15:16:30 UTCData::Dump::JavaScript is a fork of JSON::Tiny version 0.55 which outputs pretty-printed JavaScript. The indention is according to JavaScript Standard Style <http://standardjs.com> and JavaScript Semi-Standard Style <https://github.com/Flet/semistand...
ABRAXXA/Data-Dump-JavaScript-0.001 - 18 May 2016 15:42:42 UTCData::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever. The method it uses is to write anonymous variables, in the same way yo...
ADAMK/Data-JavaScript-Anon-1.03 - 20 Apr 2009 16:52:51 UTCThis module was inspired by Data::JavaScript, which while incredibly versatile, seems rather brute force and inelegant for certain forms of data. Specifically a series of objects of the same class, which it seems is a likely use for this kind of feat...
JPIERCE/Data-JavaScript-LiteObject-1.04 - 02 Aug 2002 23:23:43 UTCMARKSTOS/Data-FormValidator-ErrMsgs-JavaScript-1.00 - 10 Mar 2010 02:21:04 UTC
PERLANCAR/Data-Sah-JS-0.87 - 14 Sep 2016 12:43:06 UTC
This distribution, "Data-Sah", implements compilers for producing Perl and JavaScript validators, as well as translatable human description text from Sah schemas. Compiler approach is used instead of interpreter for faster speed. The generated valida...
PERLANCAR/Data-Sah-0.908 - 21 May 2020 12:39:32 UTC"Data::Cuid" is a port of the cuid JavaScript library for Perl. Collision-resistant IDs (also known as *cuids*) are optimized for horizontal scaling and binary search lookup performance, especially for web or mobile applications with a need to genera...
ZAKAME/Data-Cuid-0.06 - 21 Jul 2018 11:02:55 UTCThis module is concerned with representing data structures in a textual notation known as "Pond" (*P*erl-based *o*pen *n*otation for *d*ata). The notation is a strict subset of Perl expression syntax, but is intended to have language-independent use....
ZEFRAM/Data-Pond-0.005 - 19 Jul 2017 08:37:22 UTCBackground This is an implementation in Perl of the ULID identifier type introduced by Alizain Feerasta. The original implementation (in Javascript) can be found at <https://github.com/alizain/ulid>. ULIDs have several advantages over UUIDs in many c...
BALDUR/Data-ULID-1.0.0 - 29 Dec 2016 10:22:26 UTCBISON is a binary format for language independent serialisation of data. You can find Kai Jäger's original description of it here: <http://www.kaijaeger.com/articles/introducing-bison-binary-interchange- standard.html> Data::BISON is a thin procedura...
ANDYA/Data-BISON-v0.0.3 - 23 Feb 2007 17:54:40 UTCGiven a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return...
XSAWYERX/Data-Dumper-2.173 - 10 Nov 2018 10:10:30 UTCCGI::Ex::Auth allows for auto-expiring, safe and easy web based logins. Auth uses javascript modules that perform MD5 hashing to cram the password on the client side before passing them through the internet. For the stored cookie you can choose to us...
LJEPSON/CGI-Ex-2.50 - 08 Jul 2020 04:05:43 UTCData::WeakMap is a Perl implementation of WeakMaps that doesn't leak memory (For more see here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global _Objects/WeakMap)...
KARJALA/Data-WeakMap-v0.0.3 - 13 Apr 2020 14:45:26 UTCMost of the time, the so-called version numbers are not really numbers, but tuples of integers like '0.2.3'. With this concept of version, '0.1' is the same as '0.01'. The ordering of such tuples is usually defined by comparing each part. And that ma...
FERREIRA/Data-VString-0.000004 - 19 Mar 2007 18:48:47 UTCBy giving minimum parameters, this module auto-calculates all the neccessary information needed to display pagination, which we see (and program) alot in a search result page. Especially useful for client-side AJAX applications. Constructor var page ...
LBROCARD/JS-Data-Page-0.02 - 20 Aug 2011 19:42:15 UTCWrite data in tabular text format. Version 20200418. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....
PRBRENAN/Data-Table-Text-20200831 - 31 Aug 2020 00:32:58 UTCBEM is a framework/protocol for how to build HTML or XML pages. The specification suggests how to assemble a page using Blocks, Elements and Modifiers. The essence of this module is to provide a perl implementation that particularly allows the easy p...
IVANWILLS/Data-Context-BEM-0.1 - 14 Feb 2016 02:25:40 UTC