http://www.perlmonks.org?node_id=938715


in reply to pod and images

You can get search.cpan.org to display an image if the HTML is embedded in the Pod on a single line like this:

=pod ... some Pod here =begin html <p><center><img src="http://jmcnamara.github.com/excel-writer-xlsx/ima +ges/examples/rich_strings.jpg" width="640" height="420" alt="Output f +rom rich_strings.pl" /></center></p> =end html ... more Pod here. =cut

You can see the result here. Metacpan also supports this.

The image above links off-site to a GitHub repository but you could probably link back to search.cpan.org by working out the final destination of the images when expanded on the site. You can also use this method for local documentation and images.

--
John.