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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: last Chapter 5
Function Reference
Next: Reference: lcfirst
 

lc

lc 
string

Returns a lowercase version of string (or $_ if omitted). This is the internal function implementing the \L escape in double-quoted strings.


Previous: Reference: last Perl in a Nutshell Next: Reference: lcfirst
Reference: last Book Index Reference: lcfirst