in reply to Re: Print the string out in alternating upper and lowercase letters LiKe tHiS.
in thread Print the string out in alternating upper and lowercase letters LiKe tHiS.
suffers the same problem of whitespace but is less redable... ;=)perl -e "print map { $c++ %2 ? chr $_^' ' : chr $_ } unpack 'C*', $ARG +V[0]" "like this"
|
|---|