Help for this page
foreach my $str ("one", "two", "three") { if ($str =~ /^t/) { ... print "'$str' does not start with 't'\n"; } }