Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: To convert hex number into string

by Athanasius (Archbishop)
on Dec 02, 2012 at 13:03 UTC ( [id://1006722]=note: print w/replies, xml ) Need Help??


in reply to To convert hex number into string

Hello shyam123, and welcome to the Monastery!

Here is a one-liner that uses ikegami’s solution to accomplish your task:

perl -we "printf 'addr:0x%x,', 0x50000000 + $_ * 4 for 0 .. 255;"

(Note that this is for Windows. You will need to adjust the quotes for other platforms.)

Hope that helps,

Athanasius <°(((><contra mundum

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 00:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found