for(97..122){ $init = chr; $rep = uc($init); eval '$string =~'."s/$init/$rep/g" if $_ % 2 } [download]
In reply to Re: uc() every other letter by thunders in thread uc() every other letter by Anonymous Monk