Help for this page
my $temp = `pod2html $file`;
$htmlfile = $opt_outfile if defined $opt_outfile; ... ... print STDERR ">$htmlfile"; open(HTML, ">$htmlfile") || die "$0: cannot open $htmlfile file for output: $!\n";