my @array = qw/one Two three four five/; s/(.)/\u\L$1/ for @array; [download]
In reply to Capitalize the 1st letter of each word by flatline in thread Capitalize the 1st letter of each word by TASdvlper