Good day..
I need a small application that will get a single word from users then I need to split the word into Chars.
Ok till here is ok .. but how can I return the sum of the characters values upon a table predefined .. for example:
A= 123 , b = 200 , c =700 … z=800
So if the $word = ab , it should return 323.
Please bare with me I am new to perl.