Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: lcChapter 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: lcPerl in a NutshellNext: Reference: length
Reference: lcBook IndexReference: length