joos
0
Q:

perl lowercase

# create a perl string
$a = 'FOO BAR';

# convert the string to lowercase
$b = lc $a;
2

New to Communities?

Join the community