in reply to
Re^3: using constants in regex/search
in thread
using constants in regex/search
You're thinking of
${NAME}
.
${\NAME}
is the scalar version of
@{[ NAME ]}
.
Comment on
Re^4: using constants in regex/search
Select
or
Download
Code
In Section
Seekers of Perl Wisdom