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

NAME

dumpstr - Dump strings of characters on the command line

VERSION

This document describes dumpstr version 0.09.

SYNOPSIS

    dumpstr 'Ĝis! ☺'                # hex mode by default
    dumpstr -m hex 'Ĝis! ☺'         # explicit hex mode
    dumpstr --mode=hex 'Ĝis! ☺'     # same thing, long-form
    dumpstr -m names 'Ĝis! ☺'       # Unicode names mode
    dumpstr -m names Ĝis! ☺         # or leave off the quotes

DESCRIPTION

dumpstr is the command-line interface to String::Dump. It’s pronounced like dumpster. ☺

OPTIONS

-m, --mode

Sets the mode, defaulting to hex. Valid modes are hex, dec, oct, bin, names, and codes.

AUTHOR

Nick Patch <patch@cpan.org>

COPYRIGHT AND LICENSE

© 2011–2012 Nick Patch

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.