Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Is there a 64-bit hex()?

by JavaFan (Canon)
on Feb 10, 2009 at 08:01 UTC ( [id://742693]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'say hex "0x000fffff7f00fffc"'
    Hexadecimal number > 0xffffffff non-portable at -e line 1.
    4503597463175164
    
  2. or download this
    perl -E 'say hex "0x000fffff7f00fffc"'
    4503597463175164
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://742693]
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-19 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found