Message-Id: <
20020101150350.A2963@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@13999
=item Too many )'s
+=item Too many ('s
+
(A) You've accidentally run your script through B<csh> instead of Perl.
Check the #! line, or manually feed your script into Perl yourself.
-=item Too many ('s
-
=item Trailing \ in regex m/%s/
(F) The regular expression ends with an unbackslashed backslash.