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; >
Hm, what platform and perl version....? No errors here: c:\>perl -wE "say $^V,$^O;$_='123456789';s§3(456)7§$1§;say" 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/