in reply to Globally change ucfirst in mod_perl
Two things:
So that gives us:
BEGIN { *CORE::GLOBAL::ucfirst = sub { join ' ', map CORE::ucfirst, split ' ', shift; } }
antirice
The first rule of Perl club is - use Perl
The ith rule of Perl club is - follow rule i - 1 for i > 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
OT - sig needs work ;-)
by cLive ;-) (Prior) on May 20, 2004 at 08:58 UTC | |
|
Re: Re: Globally change ucfirst in mod_perl
by Roy Johnson (Monsignor) on May 20, 2004 at 13:41 UTC | |
by antirice (Priest) on May 20, 2004 at 14:25 UTC |