Help for this page
unless (/cr\d$/) { print "This entry didn't match!\n"; }
if ($_ !~ /cr\d$/) { print "Didn't match.\n"; }