Help for this page
{ my ( $tmp_fh, $tmp_file ) = tempfile( UNLINK => 1 ); ... my $title = $file_name . $suffix; pod2html("pod2html","--backlink", "-infile=$tmp_file", "-outfi +le=$out_file", "title=$title", "--verbose" ); }