The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>

SEE ALSO

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