Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Viewing metasymbols in output?

by Rudif (Hermit)
on Aug 08, 2001 at 04:22 UTC ( #102949=note: print w/replies, xml ) Need Help??


in reply to Viewing metasymbols in output?

You could also write a hex dump perl module for your mom. Or show her an existing one (or two).

These are available on CPAN and on ActiveState PPM:

#!perl -w use strict; my $buf = "Look, Ma:\nfoo\tbar\tsee those tabs?\nFOO BAR look here +- no tabs, just spaces.\n"; print "$buf\n"; use Data::HexDump; print "HexDump:\n", HexDump "$buf"; use Data::Hexdumper; print "Hexdumper:\n", Data::Hexdumper::Hexdump(data => $buf);

Rudif

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://102949]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2023-11-30 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?