http://qs321.pair.com?node_id=248420


in reply to Re: Re^2: Can this be a 1 line or simpler regex?
in thread Can this be a 1 line or simpler regex?

you're imposing eval {} at each match point
Sorry, no. You're confusing /e with /ee. There's no evaling with /e.

Makeshifts last the longest.

  • Comment on Re^4: Can this be a 1 line or simpler regex? (s///e does not eval)

Replies are listed 'Best First'.
Re^5: Can this be a 1 line or simpler regex?
by diotalevi (Canon) on Apr 06, 2003 at 17:43 UTC

    Huh. I wouldn't have guessed. The first /e isn't an eval, any other /e's are eval string blocks with all of the $@ overwriting semantics.