Programming Perl

Programming PerlSearch this book
Previous: 3.2.81 lastChapter 3
Functions
Next: 3.2.83 lcfirst
 

3.2.82 lc

lc EXPR

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


Previous: 3.2.81 lastProgramming PerlNext: 3.2.83 lcfirst
3.2.81 lastBook Index3.2.83 lcfirst