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

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_bg_color()

Returns the default bg color

Arguments - None

Returns - A string - a color according to the COLOR option and FORMAT

Exceptions - None

[P] get_default_color($color)

Returns a color to use with a range that has none, only if $color is not defined

  my $default_color = $self->get_default_color($color) ;

Arguments - $color - scalar - a color name or undef

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 -

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 AND LICENSE

Copyright Nadim Khemir 2010-2012.

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