in reply to Regex Error
Try the following:
if ($after =~ /$scur/) { do something; } [download]
if ($after =~ /\$scur/) { do something; } [download]