my $count1 = $string1 =~ tr/"a-z" || "A-Z"//;
this code i was trying to compare with user input to prevent not using the same letter to make word(but doesn't work :( ) i tried 2 day alredy in many way almost cry out myself.
thank you so much for pointing me to the right track i learned so much of keep trying the code ^_^.
can you give me some tips of how to prevent not using the same generated letter to make word and give user error message if they did. i know i might need to use substring array? i will keep figthing tonite:)