Search results for "module:Data::JavaScript"
Data::JavaScript - Dump perl data structures into JavaScript code
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...
MSTEMLE/Data-JavaScript-1.15 - 17 Oct 2020 00:58:41 UTC
Data::Dump::JavaScript - Pretty printing of data structures as JavaScript
Data::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.002 - 22 Dec 2020 10:51:33 UTC
Data::JavaScript::Anon - Dump big dumb Perl structs to anonymous JavaScript structs
Data::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 UTC
Data::JavaScript::LiteObject - lightweight data dumping to JavaScript
This 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 UTC
Data::FormValidator::ErrMsgs::JavaScript - Let JavaScript handle DFV error presentation.
MARKSTOS/Data-FormValidator-ErrMsgs-JavaScript-1.00
-
10 Mar 2010 02:21:04 UTC
Data::Sah::JS - Some functions to use JavaScript Sah validator code from Perl
PERLANCAR/Data-Sah-JS-0.87
-
14 Sep 2016 12:43:06 UTC
Data::Sah - Fast and featureful data structure validation
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.914 - 19 Oct 2022 16:14:32 UTC
Data::Cuid - collision-resistant IDs
"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.07 - 17 Dec 2020 08:55:25 UTC
Data::Pond - Perl-based open notation for data
This 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 UTC
Data::ULID - Universally Unique Lexicographically Sortable Identifier
Background 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.2.1 - 13 Nov 2022 13:39:59 UTC
Data::BISON - Encode or decode a BISON stream
BISON 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 UTC
Data::Dumper - stringified perl data structures, suitable for both printing and eval
Given 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...
NWCLARK/Data-Dumper-2.183 - 05 Jul 2021 07:07:44 UTC
Data::WeakMap - WeakMap that behaves like a hash, and doesn't leak memory
Data::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 UTC
CGI::Ex::Auth - Handle logins nicely.
CGI::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...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC
Data::VString - Perl extension to handle v-strings (often used as version strings)
Most 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 UTC
JS::Data::Page - Autogenerate useful information for pagination
By 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 UTC
Data::Table::Text - Write data in tabular text format.
Write data in tabular text format. Version 20230422. 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-20231025 - 29 Oct 2023 04:57:06 UTC
Data::Context::BEM - A Perl implementation of BEM
BEM 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
Data::Sah::CoerceJS - Generate coercer code
This module is just like Data::Sah::Coerce except that it uses JavaScript coercion rule modules....
PERLANCAR/Data-Sah-Coerce-0.054 - 24 Oct 2023 02:16:28 UTC