Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Apache::Session::Serialize::Storable

Name Apache::Session::Serialize::Storable
Version 1.01
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Apache/Session/Serialize/Storable.pm
Is Core No
Search CPAN for this module Apache::Session::Serialize::Storable
Documentation Apache::Session::Serialize::Storable
Module Details Apache::Session::Serialize::Storable


NAME

Apache::Session::Serialize::Storable - Use Storable to zip up persistent data


SYNOPSIS

 use Apache::Session::Serialize::Storable;
 $zipped = Apache::Session::Serialize::Storable::serialize($ref);
 $ref = Apache::Session::Serialize::Storable::unserialize($zipped);


DESCRIPTION

This module fulfills the serialization interface of Apache::Session. It serializes the data in the session object by use of Storable's nfreeze() and thaw() functions. The result is a binary object ready for storage.


AUTHOR

This module was written by Jeffrey William Baker <jwbaker@acm.org>.


SEE ALSO

the Apache::Session::Serialize::Base64 manpage, the Apache::Session manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025