Help for this page
like('asdf$',qr/\Qasdf\E\$/);
## matches a literal '[a-z]$[0-9]' using quoting like( '[a-z]$[0-9]', quotemeta('[a-z]$[0-9]') );