JohnLucania
Programmer
chomp(@SeqChar = <STDIN>) will have hundreds of input strings of qw/abce/
How do you convert all of the inputs like below?
a -> u
b -> v
c -> x
e -> y
How do you convert all of the inputs like below?
a -> u
b -> v
c -> x
e -> y