Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
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??


in reply to Constructing 32-bit hexadecimal integers

Here's a way:
print hex(c030), "\n"; # prints "49200"
perldoc -f hex

Update: actually, on closer examination, you want to actually catenate 8-bit values into a big hex string. If this is the case, jeroenes has answered that above... I worked on a program awhile back in which I used something like:

$aschex.=uc(sprintf("%02x",ord($rawhex)));
... to get bytes that were raw hex values to display as an ASCII representation of hex.

--
Me spell chucker work grate. Need grandma chicken.

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 having an uproarious good time at the Monastery: (2)
As of 2024-04-24 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found