On Dec 7, 9:38 am, p...@utilika.org (Jonathan Pool) wrote: > > Well, I have no idea why it does what it does, but I can tell you how to > > make it work: > > s¶3(456)7¶¶$1¶x; > > s§3(456)7§§$1§x; >
Oops, sorry, yes there is: c:\>perl -Mutf8 -wE "say $^V,$^O;$_='123456789';s§3(456)7§$1§;say" Malformed UTF-8 character (unexpected continuation byte 0xa7, with no preceding start byte) at -e line 1. Malformed UTF-8 character (unexpected continuation byte 0xa7, with no preceding start byte) at -e line 1. v5.12.1MSWin32 1245689 -- Charles DeRykus -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/