Package : perl-Storable

Package details

Summary: Persistent data structure mechanism

Description:
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 calling 'store' with a
reference to the object to be stored, along with the file name where the
image should be written.

The routine returns 'undef' for I/O problems or other internal error, a
true value otherwise. Serious errors are propagated as a 'die' exception.


URL: http://search.cpan.org/dist/Storable
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs