What I should have done is to have a standard formatting function that handles things correctly.
The hackish fix is conceptually simple - put the following in my startup.pl
BEGIN { CORE::GLOBAL::ucfirst = sub { join ' ', map { s/^(.)/uc $1/e; $_ } split ' ', shift }; }
In reply to Globally change ucfirst in mod_perl by dragonchild
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |