Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      *CORE::GLOBAL::ucfirst = sub {
        join ' ', map ucfirst, split / /, @_ ? $_[0] : $_
      }
    }