in reply to Re: how to dynamically declare a varialble?
in thread how to dynamically declare a varialble?
No he does not. Looks like someone read just the node subject and not the text :-)
If he was trying to declare (well actually USE) variables with ad hoc names, you'd be right, but he just needs to access the regexp matches. I think in this case the easiest solution is to turn the strict refs off in the block. Or rewrite the code so that he gets the matches as a list. Which is not always possible without huge changes to the code.
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: how to dynamically declare a varialble?
by Anonymous Monk on May 23, 2004 at 06:58 UTC | |
|
Re: Re: Re: how to dynamically declare a varialble?
by dragonchild (Archbishop) on May 24, 2004 at 13:05 UTC | |
by Jenda (Abbot) on May 24, 2004 at 16:21 UTC | |
by dragonchild (Archbishop) on May 24, 2004 at 16:27 UTC |