in reply to Re: returning variable from within regex
in thread returning variable from within regex

That {1} is not needed and the variable names need to be descriptive - @var2 and $var1 are not meaningful.

  • Comment on Re: Re: returning variable from within regex