Help for this page

Select Code to Download


  1. or download this
    {
            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" );
        }