Re: FAQ 6.15 How can I print out a word-frequency or line-frequency summary?



$ perldoc -q '\$&'|grep -B 1 expensive

... As of the 5.005 release, the $& variable is no longer
"expensive" the way the other two are.

Muhahaha.
However I did not time(1) the difference.
.