Help for this page
$ perl -e ' print "matched" if "perlmonk" =~ /monk./;' ~ $ perl -e ' print "matched" if "perlmonks" =~ /monk./;' matched