Help for this page
use locale; $string_lc = lc($string); $string_uc = uc($string);
sub lc { my $string = shift; ... }