-
-
02 May 2013 03:16:39 UTC
- Distribution: Net-AMQP
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (13)
- Testers (4476 / 996 / 0)
- Kwalitee
Bus factor: 1- 33.63% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (289.73KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor
- Class::Data::Inheritable
- Scalar::Util
- XML::LibXML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::AMQP::Common - A collection of exportable tools for AMQP (de)serialization
SYNOPSIS
use Net::AMQP::Common qw(:all)
EXPORTABLE METHODS
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.
- pack_octet
- unpack_octet
- pack_short_integer
- unpack_short_integer
- pack_long_integer
- unpack_long_integer
- pack_long_long_integer
- unpack_long_long_integer
- pack_unsigned_short_integer
- unpack_unsigned_short_integer
- pack_unsigned_long_integer
- unpack_unsigned_long_integer
- pack_unsigned_long_long_integer
- unpack_unsigned_long_long_integer
- pack_timestamp
- unpack_timestamp
- pack_boolean
- unpack_boolean
- pack_short_string
- unpack_short_string
- pack_field_table
- unpack_field_table
- pack_field_array
-
Tables and arrays sometimes require explicit typing. See Net::AMQP::Value. Also, in tables and arrays booleans from the boolean module are sent as AMQP booleans.
- unpack_field_array
- %data_type_map
-
A mapping of the XML spec's data type names to our names ('longstr' => 'long_string')
- show_ascii
-
A helper routine that, given a binary string, returns a string of each byte represented by '\###', base 10 numbering.
SEE ALSO
COPYRIGHT
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.
AUTHOR
Eric Waters <ewaters@gmail.com>
Module Install Instructions
To install Net::AMQP, copy and paste the appropriate command in to your terminal.
cpanm Net::AMQP
perl -MCPAN -e shell install Net::AMQP
For more information on module installation, please visit the detailed CPAN module installation guide.