in reply to $'name
See line 5811 of toke.c (for Perl5.6.0):
So, in effect, /\$'[a-zA-Z_]/ is treated differently than /\$'[^a-zA-Z_]/ [note the caret (^)]. - tye (but my friends call me "Tye")else if (*s == '\'' && isIDFIRST_lazy_if(s+1,UTF)) {
|
---|
In Section
Seekers of Perl Wisdom