bash-2.05$ cat test2.pl use Pod::Html; =head2 FAIL You can't pod2html this =cut bash-2.05$ perl -MPod::Html -e 'pod2html("--infile=./test2.pl")' bash-2.05$