print "Content-type: text/html\n\n"; my $html_output = `pod2html $abs_filename`; print $html_output;