Help for this page
use HTML::TreeBuilder; ... close(OUT); close($fh);
<html> <head> ... <h1>Décembre</h1> </body> </html>
$infile = "test.html"; $outfile = "test-print-output.txt"; ... close(OUT); close($fh);