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...
XSAWYERX/Storable-3.15 - 23 Apr 2019 13:29:25 UTCVANY/Storable-Ref-1.1 - 27 Feb 2009 13:32:23 UTC
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 UTCTie::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 UTCThis 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 UTCThis 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 UTCThis 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 UTCThe 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 UTCDie 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.187 - 18 Aug 2020 05:21:50 UTCDirDB::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" 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" 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 UTCSee Memoize....
MJD/Memoize-1.03 - 22 Apr 2012 21:19:03 UTCThe 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 UTCClass for collections of data, stored in files....
ZAG/Collection-0.58 - 08 Apr 2013 12:48:00 UTC"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 piddles via Storable....
ETJ/PDL-2.022 - 06 Sep 2020 17:37:41 UTC"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 piddles via Storable....
ETJ/PDLA-Core-2.019107 - 28 Apr 2019 20:28:44 UTC