in reply to Re: Re: Another regex variable puzzle
in thread Another regex variable puzzle
So in the next version of Perl, your bug will be no more. It was a peculiar bug... behavior-wise, at least. I guess they thought that if you're storing the digit variables in other variables, there's no need to make copies of them, but rather, link those digit variables to parts of the string directly.
japhy --
Perl and Regex Hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Another regex variable puzzle
by Rudif (Hermit) on Mar 07, 2001 at 04:05 UTC |