in reply to wrap pod2html in a perl script
my $pshtml = Pod::Simple::HTML->new; $pshtml->output_string( \$somestring ); $pshtml->parse_file($modfile); [download]