HexDump::Tiny

Generate hexadecimal dump

NAME

HexDump::Tiny - Generate hexadecimal dump

SYNOPSIS

use HexDump::Tiny;

.say for hexdump(slurp("filename"));

DESCRIPTION

HexDump::Tiny is module that exports a single subroutine hexdump.

It takes a value of which to create a hexadecimal dump, and an optional named argument :chunk-size to indicate the number of bytes to be grouped (default: 16). It returns a list of hexdump lines.

AUTHOR

Jonathan Scott Duff

Source can be located at: https://github.com/raku-community-modules/HexDump-Tiny . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2015 - 2017 Jonathan Scott Duff

Copyright 2018 - 2022 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

HexDump::Tiny v0.2

Generate hexadecimal dump

Authors

    License

    Artistic-2.0

    Dependencies

    Test Dependencies

    Provides

    • HexDump::Tiny

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.