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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: lc Chapter 5
Function Reference
Next: Reference: length
 

lcfirst

lcfirst 
string

Returns a version of string (or $_ if omitted) with the first character lowercased. This is the internal function implementing the \l escape in double-quoted strings.


Previous: Reference: lc Perl in a Nutshell Next: Reference: length
Reference: lc Book Index Reference: length