Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Homework

Name: Anonymous 2009-07-13 13:47

Write a routine which makes string uppercase or lowercase in language of your choice in least possible execution time.

Name: Anonymous 2009-07-13 20:03

>>14
Sorry. How about this one?
#!/usr/bin/perl -C
print+(grep/\p{Lu}/,/./g)>=(grep/\p{Ll}/,/./g)?lc:uc while<>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List