Programming Perl

Programming PerlSearch this book
Previous: 3.2.82 lcChapter 3
Functions
Next: 3.2.84 length
 

3.2.83 lcfirst

lcfirst EXPR

This function returns a version of EXPR (or $_ if omitted) with the first character lowercased. This is the internal function implementing the \l escape in double-quoted strings. POSIX setlocale(3) settings are respected.


Previous: 3.2.82 lcProgramming PerlNext: 3.2.84 length
3.2.82 lcBook Index3.2.84 length