Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $html =~ s/$RE{comment}{HTML}//g;  # <==
    
    print "$html\n";
    
  2. or download this
    <p><b>Hello World</b>
    
    </p><font color=red>It is Sunday!</font>
    <p>this should stay
    here</p>