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.

CGI::Session::Serialize::storable

Name CGI::Session::Serialize::storable
Version 4.43
Located at /usr/local/share/perl5
File /usr/local/share/perl5/CGI/Session/Serialize/storable.pm
Is Core No
Search CPAN for this module CGI::Session::Serialize::storable
Documentation CGI::Session::Serialize::storable
Module Details CGI::Session::Serialize::storable


NAME

CGI::Session::Serialize::storable - Serializer for CGI::Session


DESCRIPTION

This library can be used by CGI::Session to serialize session data. Uses Storable.


METHODS

freeze($class, \%hash)
Receives two arguments. First is the class name, the second is the data to be serialized. Should return serialized string on success, undef on failure. Error message should be set using set_error()|CGI::Session::ErrorHandler/"set_error()"

thaw($class, $string)
Receives two arguments. First is the class name, second is the frozen data string. Should return thawed data structure on success, undef on failure. Error message should be set using set_error()|CGI::Session::ErrorHandler/"set_error()"


LICENSING

For support and licensing see CGI::Session

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