#!/usr/bin/perl -w my $html = qq| Some text |; my $comment=''; $html=~ s/$comment//sg; print "=$html=\n";