in reply to Re: uc() every other letterin thread uc() every other letter
@upcase = map { chr(ord() ^ ((ord() & 1) << 5)) } (a..z); [download]