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

You're sure you didn't update your post? I know about the difference between ${NAME} and ${\NAME}, and when replying, I checked to make sure there wasn't a \ there.

Replies are listed 'Best First'.
Re^6: using constants in regex/search
by spmlingam (Scribe) on Dec 03, 2008 at 12:53 UTC
    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.