Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Understanding Unpack on Decimal Value

by arblargan (Acolyte)
on Nov 01, 2018 at 21:27 UTC ( [id://1225076]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $input = 0x916CD; #595661
    my @unpacked = unpack "VV", $input;
    print(join ", ", @unpacked);
    >>909457717 #0x36353935
    
  2. or download this
    Dec: 825_636_405, 14_645
    Hex: 0x31363635, 0x3935
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found