![]() |
|
Think about Loose Coupling | |
PerlMonks |
perlfunc:lcby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://232]=perlfunc: print w/replies, xml ) | Need Help?? |
lcSee the current Perl documentation for lc. Here is our local, out-dated (pre-5.6) version: ![]() lc - return lower-case version of a string
![]() lc EXPR lc
![]()
Returns an lowercased version of
EXPR. This is the internal function implementing the
If
EXPR is omitted, uses |
|