in reply to Re: Globally change ucfirst in mod_perl
in thread Globally change ucfirst in mod_perl
BEGIN { *CORE::GLOBAL::ucfirst = sub { join ' ', map ucfirst, split / /, @_ ? $_[0] : $_ } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Globally change ucfirst in mod_perl
by antirice (Priest) on May 20, 2004 at 14:25 UTC |