Lower-Case Golf (Was: Programming Contest)

smylers at stripey.com smylers at stripey.com
Fri Feb 8 09:00:48 CST 2002


Scott McWhirter wrote:

> Also: GOLF
> Convert lowercase alphanumeric text to uppercase without the use of uc()
> or substitutions.

How about:

  perl -pe'$_="\U$_"'  # 10

Smylers



More information about the Belfast-pm mailing list