Hacker News new | ask | show | jobs
by peteretep 3752 days ago
Man, my pet hate with Ruby is all the weird extra punctuation characters.

Here's the Perl version:

    $_ = join ' ', map ucfirst, split / /;