NAME
dumpstr - Dump strings of characters on the command line
VERSION
This document describes dumpstr
version 0.07.
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 is pronounced like dumpster :)
OPTIONS
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.