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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.81 last Chapter 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 last Programming Perl Next: 3.2.83 lcfirst
3.2.81 last Book Index 3.2.83 lcfirst