in reply to Re^5: using constants in regex/search
in thread using constants in regex/search

i am updated my post
Still you can access constant 'abc' in regular expression like ${NAME} without "use strict".
While using the "use strict", this needs to be escaped.
"use strict" is important.