>perl -le"$t=1; print map { ($t^=1) ? uc : lc } qw( a b c d e );" aBcDe