GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DUMPSTR(1) User Contributed Perl Documentation DUMPSTR(1)

dumpstr - Dump strings of characters on the command line

This document describes "dumpstr" version 0.09.

    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

"dumpstr" is the command-line interface to String::Dump. ItXs pronounced like dumpster. X

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

Nick Patch <patch@cpan.org>

X 2011X2012 Nick Patch

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

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.