Help for this page
BEGIN { *CORE::GLOBAL::ucfirst = sub { ... $_ = "one two 'three' four\n"; print "\u$_"; print ucfirst;