Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Unpacking byte stream long/quad little/big endian fields

by Tux (Canon)
on Jan 22, 2021 at 07:44 UTC ( [id://11127259]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/pro/bin/perl
    
    ...
            printf "%s\: %016x\n",    $type, @x;
            }
        }
    
  2. or download this
    BE32: 9134339081323180
    LE32: 9033349180313281
    BE64: 9134339081323180
    LE64: 8031328190333491
    

Log In?
Username:
Password:

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

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

    No recent polls found