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

Re^3: packing and unpacking

by almut (Canon)
on Mar 12, 2010 at 10:22 UTC ( [id://828257]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x1 = $r << 32 | $t;
    printf "\nThe value is 0x%x", $x1;   # 0x23400000345
    
  2. or download this
    use bigint; 
    
    ...
    my $x1 = $r << 32 | $t;
    
    print $x1->as_hex;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-18 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found