in reply to Capitalize the first letter of each word
print(join' ', map({ ucfirst() } split /\s/, "to say it once"), "\n"); [download]