$_ = "JUST ANOTHER PERL HACKER"; # Don't use CAPS-lock at home, kids. print join " ", map { ucfirst lc } split;