http://qs1969.pair.com?node_id=474023


in reply to Capitalize the first letter of each word

As I am not feeling pedantic today. Here is an answer.
print(join' ', map({ ucfirst() } split /\s/, "to say it once"), "\n");
-- gam3
A picture is worth a thousand words, but takes 200K.