in reply to
m{} within grep{} causing problems? (code)
Your problem is that the
grep
form that you're using, grep BLOCK LIST, does not use a comma (',') after the BLOCK. Take out the comma and it will compile.
Comment on
Re: m{} within grep{} causing problems?
In Section
Seekers of Perl Wisdom