Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: converting tiny binary strings for internet transmission

by Anonymous Monk
on Mar 29, 2002 at 07:54 UTC ( [id://155216]=note: print w/replies, xml ) Need Help??


in reply to converting tiny binary strings for internet transmission

my $printable = unpack "H*", $string;
Or to UUencode as you mentioned in your question:
my $printable = unpack "u*", $string;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found