- or download this
use HTML::TreeBuilder;
...
# i will do some modifications to HTML here
my $output_html = $html->as_HTML(undef,undef,{});
print $output_html;
- or download this
<!DOCTYPE html>
<html><head></head><body>
<p class="3D"MsoNormal"">https://www.google.com<o:p></o:p></p>
</body>
</html>
- or download this
<!DOCTYPE html>
<body>
<p class=3D"MsoNormal">https://www.google.com<o:p></o:p></p>
</body>