The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AMF::Perl::IO::Deserializer

DESCRIPTION

    Package used to turn the binary data into physical perl objects.

CHANGES

Sun Sep 19 13:01:35 EDT 2004

Patch from Kostas Chatzikokolakis about error checking of input data length.

Sat Mar 13 16:31:31 EST 2004

Patch from Kostas Chatzikokolakis handling encoding.

Sun Mar 9 18:17:31 EST 2003

The return value of readArray should be \@ret, not @ret.

Tue Mar 11 21:55:41 EST 2003

Fixed reading keys of objects.
Added floor(), as Perl lacks it.

Sun Apr 6 14:24:00 2003

Added code to read objects of type 8. Useful for decoding real AMF server packages, but hardly anywhere else.

9 POD Errors

The following errors were encountered while parsing the POD:

Around line 19:

'=item' outside of any '=over'

Around line 21:

You forgot a '=back' before '=head2'

Around line 23:

'=item' outside of any '=over'

Around line 25:

You forgot a '=back' before '=head2'

Around line 27:

'=item' outside of any '=over'

Around line 29:

You forgot a '=back' before '=head2'

Around line 31:

'=item' outside of any '=over'

Around line 35:

You forgot a '=back' before '=head2'

Around line 37:

'=item' outside of any '=over'

=over without closing =back