Help for this page
Useless use of lc in void context at foo line bar.
use strict; use warnings; ... my $a = "AbCdEfG"; $a = lc($a); print $a;