![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^5: prevent stringification for hash-keysby soonix (Canon) |
on Feb 17, 2019 at 23:57 UTC ( #1230055=note: print w/replies, xml ) | Need Help?? |
Terminology is a bitch. While it's true that interpreting a bareword as string, which occurs at complile time, is not called stringification, I think it is clear that OP wants $hash{blahblah} treated differently from $hash{'blahblah'} … only the former should be a syntax terror, something like use stricter; .-)
In Section
Seekers of Perl Wisdom
|
|