On Thu, Jul 17, 2008 at 02:20:33PM -0500, Chris Fields wrote: > Okay, I'll set it up so "$foo = 'abcd'.match(/<alpha>+/)" returns a > Match object, and $/ would remain unset. Makes sense to me. > > Right now the match object is converted over to a Str; I'll take a > look at the parser grammar/actions to see if that can be fixed.
It is? That's odd and shouldn't be happening -- something must be incorrect there. Pm