Programming Contest

Wilson, Andrew (Belfast) Andrew.Wilson at trw.com
Fri Feb 8 05:31:14 CST 2002


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

$foo=join"",map chr ord($_)-32,split//,$foo;

You've just converted all the numbers in the alphanumeric text to gibberish.

cheers

Andrew



More information about the Belfast-pm mailing list