Help for this page
if ($after =~ /$scur/) { do something; }
if ($after =~ /\$scur/) { do something; }