The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Data::JavaScript"

Data::JavaScript - Dump perl data structures into JavaScript code River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/Data-Sah-JS-0.87 - 14 Sep 2016 12:43:06 UTC

Data::Sah - Fast and featureful data structure validation River stage three • 420 direct dependents • 676 total dependents

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.917 - 16 Feb 2024 10:01:15 UTC

Data::Cuid - collision-resistant IDs River stage zero No dependents

"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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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 River stage five • 1611 direct dependents • 33164 total dependents

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

CGI::Ex::Auth - Handle logins nicely. River stage one • 2 direct dependents • 2 total dependents

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...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

Data::WeakMap - WeakMap that behaves like a hash, and doesn't leak memory River stage zero No dependents

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

Data::VString - Perl extension to handle v-strings (often used as version strings) River stage zero No dependents

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

Data::LnArray - The great new Data::LnArray! River stage one • 1 direct dependent • 1 total dependent

LNATION/Data-LnArray-0.04 - 13 May 2024 15:52:57 UTC

JS::Data::Page - Autogenerate useful information for pagination River stage zero No dependents

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. River stage two • 38 direct dependents • 38 total dependents

Write data in tabular text format. Version 20240203. 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-20240408 - 07 Apr 2024 19:30:28 UTC

Data::Sah::Filter - Filtering for Data::Sah River stage three • 24 direct dependents • 680 total dependents

This distribution contains a standard set of filter rules for Data::Sah (to be used in "prefilters" and "postfilters" clauses). It is separated from the "Data-Sah" distribution and can be used independently. A filter rule is put in "Data::Sah::Filter...

PERLANCAR/Data-Sah-Filter-0.024 - 17 Jan 2024 02:27:26 UTC

Data::Context::BEM - A Perl implementation of BEM River stage zero No dependents

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
49 results (0.053 seconds)