POE::Component::IKC::Freezer.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-08 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

POE::Component::IKC::Freezer - Pure-Perl serialization method.

SYNOPSIS

DESCRIPTION

This serializer uses Data::Dumper and "eval $code" to get the deed done. There is an obvious security problem here. However, it has the advantage of being pure Perl and all modules come with the core Perl distribution.

BUGS

AUTHOR

Philip Gwyn, <perl-ikc at pied.nu> Copyright 1999-2009 by Philip Gwyn. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/language/misc/Artistic.html>

SEE ALSO

POE, POE::Component::IKC::Client.