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



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to