Help for this page

Select Code to Download


  1. or download this
        my $html_comment = Regexp::Token->create($some_comment_token);
        $html =~ s/$html_comment//g;