$ perl -e 'print "hello" =~ qw{foo bar}' Too many arguments for regexp internal reset at -e line 1, at EOF Execution of -e aborted due to compilation errors.
(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 reply to Re: Wanted: Error Documentation
by robin
in thread Wanted: Error Documentation
by hesco
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |