Help for this page
#!/usr/bin/perl use strict; ... print "Match: '$after' contains '$cur'\n" if ($after =~ /\Q$cur\E/);