Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Handling binary

by flexvault (Monsignor)
on Sep 12, 2015 at 13:52 UTC ( [id://1141775]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e '$h=pack("H*","139686DA20C1");$b=unpack("B*",$h);print length(
    +$b)," $b\n";'
    
  2. or download this
    while( $b )
    { print substr($b,0,5,"");
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found