Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: I need Hex conversion, not!

by LanX (Saint)
on Jan 07, 2013 at 13:06 UTC ( [id://1012025]=note: print w/replies, xml ) Need Help??


in reply to I need Hex conversion, not!

> so what should I do ?

keep the hexnumbers as strings ...

DB<121> $SM = 0xFE; => 254 DB<122> $SM = "0xFE"; => "0xFE" DB<123> print $SM => 1 0xFE

...or write a subroutine printhex() which automatically fulfills your wishes by converting any numeric scalar to a hexstring before printing.

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-26 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found