![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Wanted: Error Documentationby robin (Chaplain) |
on Mar 21, 2006 at 17:42 UTC ( #538239=note: print w/replies, xml ) | Need Help?? |
In case you haven't spotted it yet, your actual problem is that you have used qw instead of m or qr to quote the regex.
(You're literally passing too many arguments to the regex matcher, i.e. a list of strings rather than the single regex that it expects.)
In Section
Seekers of Perl Wisdom
|
|