Help for this page

Select Code to Download


  1. or download this
      my $doc = $parser->parsefile("$srcdir/$_");
      my $output = $parser->toString;
      open(my $out, ">:utf8", "$dstdir/$_") or die "...";
      print $out $output;
      close($out);