NAME

Data::HexDump::Range::Split - Handles formating for Data::HexDump::Range

SUBROUTINES/METHODS

Subroutines prefixed with [P] are not part of the public API and shall not be used directly.

[P] split($collected_data)

Split the collected data into lines

Arguments -

  • $container - Collected data

Returns - An Array containing column elements

Exceptions

[P] get_bitfield_lines($bitfield_description)

Split the collected data into lines

Arguments -

  • $self - a Data::HexDump::Range object

  • $bitfield_description -

Returns - An Array containing column elements,

Exceptions None but will embed an error in the element if any is found

[P] add_information($split_data)

Add information, according to the options passed to the constructor, to the internal data.

Arguments - See gather

  • $split_data - data returned by _gather()

Returns - Nothing

Exceptions - None

BUGS AND LIMITATIONS

None so far.

AUTHOR

Nadim ibn hamouda el Khemir
CPAN ID: NKH
mailto: nadim@cpan.org

COPYRIGHT & LICENSE

Copyright 2010 Nadim Khemir.

This program is free software; you can redistribute it and/or modify it under the terms of either:

  • the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or

  • the Artistic License version 2.0.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Data::HexDump::Range

You can also look for information at:

SEE ALSO

Data::HexDump::Range