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

Re: Split int into segments of max int 26

by Anonymous Monk
on Sep 13, 2017 at 01:34 UTC ( [id://1199249]=note: print w/replies, xml ) Need Help??


in reply to Split int into segments of max int 26

Pardon me for asking – but why do you think that you need to "add 64" to an integer in order to translate it to ASCII?
  • Comment on Re: Split int into segments of max int 26

Replies are listed 'Best First'.
Re^2: Split int into segments of max int 26
by thanos1983 (Parson) on Sep 13, 2017 at 07:47 UTC

    Hello Anonymous Monk,

    The reason is simple, read the ASCII Table and Description on the Decimal column you will see (Dec 65 = A) but when you read the int are coming as 1 so you need to add 64 to get the character. You can also read the chr function it contains the same example.

    Hope this helps, BR.

    Seeking for Perl wisdom...on the process of learning...not there...yet!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found