Search results for "module:Storable"
Storable - persistence for Perl data structures
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
VANY/Storable-Ref-1.1
-
27 Feb 2009 13:32:23 UTC
Storable::AMF - serializing/deserializing AMF0/AMF3 data
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
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
Coro::Storable - offer a more fine-grained Storable interface
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
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.210 - 26 May 2023 03:29:46 UTC
Storable::AMF3 - serializing/deserializing AMF3 data
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
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
PApp::Storable - persistence for Perl data structures
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.2 - 17 Feb 2020 11:04:59 UTC
DirDB::Storable - DirDB extended to pass complex things to Storable
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
"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
Process::Storable - Storable-based implementation of Process::Serializable
"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
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
Memoize::Storable - store Memoized data in Storable database
See Memoize....
ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC
Storable::Improved - Storable improved with core flaws mitigated
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.
Class for collections of data, stored in files....
ZAG/Collection-0.58 - 08 Apr 2013 12:48:00 UTC
PDL::IO::Storable - helper functions to make PDL usable with Storable
"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.084 - 21 May 2023 16:35:20 UTC