![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^9: Feature Idea: qr//e (Quote-like-Operators)by LanX (Sage) |
on Jan 20, 2017 at 14:42 UTC ( #1180008=note: print w/replies, xml ) | Need Help?? |
> if you manage to enter a subroutine named s into the stash you can certainly call it with &s to illustrate what I meant, *s and &s are not "bare" because of the sigils. But a bare word s is supposed to start a s/// resp. s()() or s{}{} or ... depending on whatever character follows (even with empty space in between) This makes parsing particularly difficult.
This problem should apply for all perlop#Quote-and-Quote-like-Operators .
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|