http://www.perlmonks.org?node_id=375467


in reply to Golf: Fix de facto HTML comments

65
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 2345678 6 2345 s/(?<=<!--)([^>]*?)-->/local$_=$1;s!-(\s*)-!-$1\x95!g;"$_-->"/eg;
64
#2345678 1 2345678 2 2345678 3 2345678 4 2345678 5 2345678 6 234 s/<!--([^>]*?)-->/local$_=$1;s!-(\s*)-!-$1\x95!g;"<!--$_-->"/eg;

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon