in reply to variables allowed inside iterative loops in regular expressions?
However, remember that $a and $b are package variables, so if you're executing this code in a different package than where $a and $b got the values you want them to have, it probably won't work.
On the other hand, you might try using explicitly declared lexical variables, like $x and $y, and see if that makes a difference.
Can you post more code?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: variables allowed inside iterative loops in regular expressions?
by Ovid (Cardinal) on Nov 06, 2002 at 19:13 UTC | |
by dvergin (Monsignor) on Nov 06, 2002 at 20:25 UTC |