in reply to Re: Golf: Fix de facto HTML commentsin thread Golf: Fix de facto HTML comments
Simple changes give 43. I was a little worried about regex engine reentrancy, but seems to work ok,
# 345678 1 2345678 2 2345678 3 2345678 4 2345678 s/<!--(.+?)-->/$_=$1;y#-#¬#;"<!--$_-->"/seg [download]