The user types a word and clicks a button.

i then split the word to its letters, and store in an array.

I then wish to add (eg.) 10 to the ascii value of each letter, and display the result.

how can i find the ascii number of a letter in perl?? and then how do i convert an ascii value back to a letter?

Thanks

GTJ