NAME
Data::HexDump::Range::Format - 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] get_default_color()
Returns a color to use with a range that has none
my $default_color = $self->get_default_color() ;
Arguments - None
Returns - A string - a color according to the COLOR option and FORMAT
Exceptions - None
[P] format($line_data)
Transform the line data into ANSI, ASCII or HTML
Arguments -
\%line_data - See gather
Returns - A dump in ANSI, ASCII or HTML.
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:
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
Please report any bugs or feature requests to L <bug-data-hexdump-range@rt.cpan.org>.
We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
Search CPAN