#!/usr/bin/perl -p0777
#
# htdecom -- remove html comments from a document
# tchrist@perl.com
#
# taken from the larger striphtml program
require 5.002;
s{ # up to a `>'
}{
if ($1 || $3) { # this silliness for embedded comments in tags
"";
}
}gesx; # mutate into nada, nothing, and niente