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

Data::MessagePack - messagepack

SYNOPSIS

    my $packed = Data::MessagePack->pack($dat);
    my $unpacked = Data::MessagePack->unpack($dat);

DESCRIPTION

Data::MessagePack is a binary packer for perl.

Configuration Variables

$Data::MessagePack::PreferInteger

Pack the string as int when the value looks like int(EXPERIMENTAL).

AUTHORS

Tokuhiro Matsuno

SEE ALSO

http://msgpack.sourceforge.jp/