Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Constructing 32-bit hexadecimal integers

by yakko (Friar)
on Apr 12, 2001 at 00:27 UTC ( [id://71850]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print hex(c030), "\n";  # prints "49200"
    
  2. or download this
    $aschex.=uc(sprintf("%02x",ord($rawhex)));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-29 11:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found