Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: long integer to hexadecimal conversion

by Joost (Canon)
on Oct 01, 2009 at 12:38 UTC ( [id://798629]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use bigint; 
    my $n = 123456789123456; 
    print $n->as_hex;
    
  2. or download this
    use bigint;
    print 123456789123456->as_hex
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-03-19 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found