On Fri, Mar 08, 2002 at 03:31:11PM +0100, Honza Pazdziora wrote:
> On Fri, Mar 08, 2002 at 09:30:40AM -0500, Keith C. Ivey wrote:
> > 
> > I wondered that too.  I figured it was because \B wouldn't match 
> > twice at the same place, but then I saw that s/\B./$&$&/g didn't work 
> > as expected either.
> 
> Well, for 'abcd', it returns abbccdd with 5.004_04 (my production
> version still) and abbcdd with 5.6.1. Scary.

We're back to abbccdd with bleadperl, which is correct in my book.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to