http://qs1969.pair.com?node_id=78934


in reply to Re: Common Regex Gotchas
in thread Common Regex Gotchas

If I am not mistaken the Benchmark module is plagued by the "$& and friends". That means it makes the regexes slow by defualt. That means that the benchmarks you take are disproportionate and useless, since the ineffectiant single instance of $& ruins any optimizations perl can make on the substitution.