DragonFly On-Line Manual Pages
DUMPSTR(1) User Contributed Perl Documentation DUMPSTR(1)
NAME
dumpstr - Dump strings of characters on the command line
VERSION
This document describes "dumpstr" version 0.09.
SYNOPSIS
dumpstr 'Xis! X' # hex mode by default
dumpstr -m hex 'Xis! X' # explicit hex mode
dumpstr --mode=hex 'Xis! X' # same thing, long-form
dumpstr -m names 'Xis! X' # Unicode names mode
dumpstr -m names Xis! X # or leave off the quotes
DESCRIPTION
"dumpstr" is the command-line interface to String::Dump. ItXs
pronounced like dumpster. X
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
X 2011X2012 Nick Patch
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
perl v5.20.2 2015-08-30 DUMPSTR(1)