@lcase = (a..z); @mixcase = map { ($f = !$f) ? uc : lc } @lcase; [download]
In reply to Re: uc() every other letter by Ven'Tatsu in thread uc() every other letter by Anonymous Monk