start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: uc Chapter 5
Function Reference
Next: Reference: umask
 

ucfirst

ucfirst 
string

Returns a version of string (or $_ if string is omitted) with the first character uppercased. This is the internal function that implements the \u escape in double-quoted strings. POSIX setlocale(3) settings are respected.


Previous: Reference: uc Perl in a Nutshell Next: Reference: umask
Reference: uc Book Index Reference: umask

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.