sub html_to_pdf { my($pdffile,$htmlfile)=@_; $command = "htmldoc --webpage -f \"$pdffile\" \"$htmlfile\""; #### use strict; use warnings; #### my $command = qq|htmldoc --webpage -f "$pdffile" "$htmlfile"|; #### print $command."\n"; eval{system("$command");};
## use strict; use warnings; ##
## my $command = qq|htmldoc --webpage -f "$pdffile" "$htmlfile"|; ##
## print $command."\n"; eval{system("$command");};