Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Character in 'b' format wrapped in unpack

by graff (Chancellor)
on Mar 29, 2015 at 20:08 UTC ( [id://1121731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #use bytes;
    
    ...
    print unpack 'B*', $x;
    
    print "\n---\n";
    
  2. or download this
    Character in 'B' format wrapped in unpack at /tmp/j1.pl line 7.
    10101010 --> 01010100
    ...
    Character in 'C' format wrapped in pack at /tmp/j1.pl line 14.
    10101010 --> 01010100
    ---
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-16 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found