Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Understanding Unpack on Decimal Value

by arblargan (Acolyte)
on Nov 01, 2018 at 21:27 UTC ( #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? | Other CB clients
Other Users?
Others studying the Monastery: (6)
As of 2023-10-03 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?