Help for this page
use strict; use warnings; ... ); $t->parsefile($ARGV[0]); $t->flush();
use strict; use warnings; ... binmode STDOUT; print $doc->toString();