Help for this page

Select Code to Download


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