Net::AMQP::Common(3pm) | User Contributed Perl Documentation | Net::AMQP::Common(3pm) |
Net::AMQP::Common - A collection of exportable tools for AMQP (de)serialization
use Net::AMQP::Common qw(:all)
The following are available for exporting by name or by ':all'. All the 'pack_*' methods take a single argument and return a binary string. All the 'unpack_*' methods take a scalar ref and return a perl data structure of some type, consuming some data from the scalar ref.
Net::AMQP
Copyright (c) 2009 Eric Waters and XMission LLC (http://www.xmission.com/). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Eric Waters <ewaters@gmail.com>
2022-06-18 | perl v5.34.0 |