![]() |
![]()
| ![]() |
![]()
NAMEdumpstr - Dump strings of characters on the command line VERSIONThis document describes "dumpstr" version 0.09. SYNOPSISdumpstr 'Ĝ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
AUTHORNick 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.
|