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
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
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.202 - 05 May 2022 20:46:54 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
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
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
Storable::CouchDB - Persistences 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.04 - 02 Feb 2011 05:33:49 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.079 - 03 May 2022 03:31:09 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
Class::Std::Storable - Support for creating serializable "inside-out" classes
Class::Std introduced the "inside-out" model for classes (perldoc Class::Std for details). Among its salient features is complete encapsulation; that is, an object's data may only be accessed via its methods, unlike the usual hashref model that permi...
LMEYER/Class-Std-Storable-v0.0.1 - 25 Aug 2005 03:56:35 UTC
Minion::Backend::Storable - File backend for Minion job queues.
Minion::Backend::Storable is a highly portable file-based backend for Minion. This version supports Minion v7.01....
NICZERO/Minion-Backend-Storable-7.012 - 26 Jun 2017 22:18:45 UTC
Config::Trivial::Storable - Very simple tool for reading and writing very simple Storable configuration files
Use this module when you want use "Yet Another" very simple, light weight configuration file reader. The module extends Config::Trivial by providing Storable Support. See those modules for more details....
ATRICKETT/Config-Trivial-Storable-0.32 - 27 May 2014 14:48:27 UTC
Tie::MLDBM::Serialise::Storable - Tie::MLDBM Serialisation Component Module
This module forms a serialisation component of the Tie::MLDBM framework, using the Storable module to fulfill serialisation requirements. This module uses the "nfreeze()" and "thaw()" methods of Storable to serialise and deserialise data in network o...
ROBAU/Tie-MLDBM-1.04 - 26 Oct 2002 10:40:15 UTC
CGI::Session::Serialize::storable - Serializer for CGI::Session
This library can be used by CGI::Session to serialize session data. Uses Storable....
MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC
Data::Session::Serialize::Storable - A persistent session manager
Data::Session::Serialize::Storable allows Data::Session to manipulate sessions with Storable. To use this module do this: o Specify a driver of type Storable as Data::Session -> new(type => '... serialize:Storable')...
RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC