print "[$_]\n"; # S lc( $_ ); # warning: "Useless use of lc in void context" print "[$_]\n"; # S $_ = lc( $_ ); print "[$_]\n"; # s