Bug#615028: bogus 'Search pattern not terminated' messages

jidanni at jidanni.org jidanni at jidanni.org
Fri Feb 25 02:07:44 UTC 2011


Package: perl
Version: 5.10.1-17
Severity: wishlist

Please output the right error message.
$ perl -cwe 's!(.)!$1[/G]!;'
Else no one will figure out that they need to do
Search pattern not terminated at -e line 1.
$ perl -cwe 's!(.)!$1\[/G]!;'
-e syntax OK






More information about the Perl-maintainers mailing list