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::freezethaw

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


NAME

CGI::Session::Serialize::freezethaw - serializer for CGI::Session


DESCRIPTION

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


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)
Received 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