Help for this page
Example 1: leading ";" means this is a list of letters instead of a pattern ... sole weld wold
use strict; use warnings; ... my $string = '\abCD'; $string =~ tr/\[A-Z]/[a-z]/; #should be tr/A-Z/a-z/? print "$string\n";