Re: [perl #39135] Problem with concat on Match objects

2006-05-23 Thread Leopold Toetsch
Am Samstag, 13. Mai 2006 05:36 schrieb Patrick R.Michaud (via RT): > I've run into the following problem using concat with > Match objects from PGE.  The code below performs a match, > then attempts to concatenate a string with the results > of the returned Match object: This is now fixed, I've re

Re: [perl #39135] Problem with concat on Match objects

2006-05-15 Thread Patrick R. Michaud
On Mon, May 15, 2006 at 03:29:23AM -0700, Leopold Toetsch via RT wrote: > Patrick R.Michaud (via RT) wrote: > > > I've run into the following problem using concat with > > Match objects from PGE. The code below performs a match, > > then attempts to concatenate a string with the results > > of th

Re: [perl #39135] Problem with concat on Match objects

2006-05-15 Thread Leopold Toetsch
Patrick R.Michaud (via RT) wrote: I've run into the following problem using concat with Match objects from PGE. The code below performs a match, then attempts to concatenate a string with the results of the returned Match object: There are several problems with the internals of objects derive