|
|
| XP is just a number | |
| PerlMonks |
perlfunc:ucfirstby gods (Initiate) |
| on Aug 24, 1999 at 22:43 UTC ( [id://339]=perlfunc: print w/replies, xml ) | Need Help?? |
ucfirstSee the current Perl documentation for ucfirst. Here is our local, out-dated (pre-5.6) version: ![]() ucfirst - return a string with just the next letter in upper case
![]() ucfirst EXPR ucfirst
![]()
Returns the value of
EXPR with the first character uppercased. This is the
internal function implementing the
If
EXPR is omitted, uses |
|