use Pod::HtmlEasy ;
my $p = Pod::HtmlEasy->new() ;
$input = $p->pod2html($input , only_content => 1 , no_index => 1 );
# note that Pod::HtmlEasy can personalize the content generation,
# where is possible to handle VERBATIM data directly to
# after this is just the normal process for HTML (current process).