The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Storable"

Storable - persistence for Perl data structures River stage five • 609 direct dependents • 32646 total dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC

Storable::Ref - Persistent automatic variables vi Storable River stage zero No dependents

VANY/Storable-Ref-1.1 - 27 Feb 2009 13:32:23 UTC

PML::Storable River stage zero No dependents

What does it do?...

PJONES/PML-0.4.1 - 31 Jul 2000 20:52:34 UTC

Storable::AMF - serializing/deserializing AMF0/AMF3 data River stage one • 2 direct dependents • 2 total dependents

This module is (de)serializer for Adobe's AMF0/AMF3 (Action Message Format ver 0-3). To deserialize AMF3 objects you can export function from Storable::AMF3 package Almost all function implemented in XS/C for speed, except file operation....

GRIAN/Storable-AMF-1.23 - 29 Jun 2016 09:34:29 UTC

Tie::Storable - Stores your object when untied via Storable River stage one • 2 direct dependents • 2 total dependents

Tie::Storable stores tied variables when untied. Usually that happens when you variable is out of scope. You can of course explicitly untie the variable or "tied($variable)->save" but the whole idea is not to forget to save it. This module uses Stora...

DANKOGAI/Tie-SaveLater-0.05 - 05 Aug 2020 18:32:26 UTC

PApp::Storable - persistence for Perl data structures River stage zero No dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

Coro::Storable - offer a more fine-grained Storable interface River stage two • 53 direct dependents • 69 total dependents

This module implements a few functions from the Storable module in a way so that it cede's more often. Some applications (such as the Deliantra game server) sometimes need to load large Storable objects without blocking the server for a long time. Th...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC

Quiq::Storable - Perl-Datenstrukturen persistent speichern River stage zero No dependents

Die Klasse ist ein objektorientierter Wrapper für das Core-Modul Storable, speziell für die Funktionen freeze(), thaw(), clone(). POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Storable::AMF3 - serializing/deserializing AMF3 data River stage one • 2 direct dependents • 2 total dependents

This module is (de)serializer for Adobe's AMF3 (Action Message Format ver 3). This is only module and it recognize only AMF3 data. Almost all function implemented in C for speed. And some cases faster then Storable( for me always)...

GRIAN/Storable-AMF-1.23 - 29 Jun 2016 09:34:29 UTC

Storable::AMF0 - serializing/deserializing AMF0 data River stage one • 2 direct dependents • 2 total dependents

This module is (de)serializer for Adobe's AMF0/AMF3 (Action Message Format ver 0-3). This is only module and it recognize only AMF0 data. Almost all function implemented in C for speed. And some cases faster then Storable( for me always)...

GRIAN/Storable-AMF-1.23 - 29 Jun 2016 09:34:29 UTC

DirDB::Storable - DirDB extended to pass complex things to Storable River stage zero No dependents

DirDB::Storable is an extended version of DirDB data persistence tool that uses the Storable module to store and retreive data that is other than scalars and hash references. tie my %d => DirDB, '/tmp/foodb'; $d{ref1}->{ref2}->{ref3}->{ref4} = 'somet...

DAVIDNICO/DirDB-Storable-0.07 - 09 Dec 2003 04:35:38 UTC

Process::Storable - Storable-based implementation of Process::Serializable River stage two • 10 direct dependents • 12 total dependents

"Process::Storable" provides an implementation of the Process::Serializable role using the standard Storable module from the Perl core. It is not itself a subclass of Process so you will need to inherit from both Process (or a subclass) and Process::...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Memoize::Storable - store Memoized data in Storable database River stage three • 77 direct dependents • 304 total dependents

See Memoize....

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Process::Storable - Storable-based implementation of Process::Serializable River stage two • 10 direct dependents • 12 total dependents

"Process::Storable" provides an implementation of the Process::Serializable role using the standard Storable module from the Perl core. It is not itself a subclass of Process so you will need to inherit from both Process (or a subclass) and Process::...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Storable::CouchDB - Persistence for Perl data structures in Apache CouchDB River stage zero No dependents

The Storable::CouchDB package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or anything that can be serialized into JSON. The concept for this package is to provide similar capabilities as Storable::store and Storable...

MRDVT/Storable-CouchDB-0.05 - 11 Nov 2022 21:12:48 UTC

Storable::Improved - Storable improved with core flaws mitigated River stage two • 2 direct dependents • 20 total dependents

Storable::Improved is a drop-in replacement for Storable. It is a thin module inheriting from Storable and mitigating some of Storable core flaws that have been pointed out to the development team (See "SEE ALSO"), but not addressed mostly due their ...

JDEGUEST/Storable-Improved-v0.1.3 - 25 Jul 2022 02:16:57 UTC

Collection::Storable - class for collections of data, stored in files. River stage one • 2 direct dependents • 2 total dependents

Class for collections of data, stored in files....

ZAG/Collection-0.58 - 08 Apr 2013 12:48:00 UTC

Alter - Alter Ego Objects River stage zero No dependents

ANNO/Alter-0.07 - 09 Oct 2007 21:38:48 UTC

PDL::IO::Storable - helper functions to make PDL usable with Storable River stage three • 93 direct dependents • 101 total dependents

"Storable" implements object persistence for Perl data structures that can contain arbitrary Perl objects. This module implements the relevant methods to be able to store and retrieve ndarrays via Storable....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

JBD::Core::Storable - abstraction around retrieve/nstore River stage zero No dependents

JBD/JBD-0.04 - 08 Jul 2014 22:09:14 UTC
90 results (0.025 seconds)