<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/perl/tags/documentation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 16:24:15 GMT</pubDate>
<item>
<title>(Perl) Perl POD embedded documentation example - noah</title>
<link>http://snipplr.com/view/18611/perl-pod-embedded-documentation-example/</link>
<description><![CDATA[ <p>Start all your Perl scripts this way.  Then **instead** of writing documentation, *generate documentation automatically; from comments embedded in the code.* 

Steve Oualline has [another nice Perl POD example](http://my.safaribooksonline.com/073571228X/ch10lev1sec4)

### How to generate Perl POD

Use `pod2html myFile.pl` to generate HTML documentation (like JavaDoc, RDoc or YUIDoc).  

There's also `pod2latex` which does just what you would think ;-)  

Or just use `pod2text` to generate plain text documentation.</p> ]]></description>
<pubDate>Thu, 20 Aug 2009 13:15:43 GMT</pubDate>
<guid>http://snipplr.com/view/18611/perl-pod-embedded-documentation-example/</guid>
</item>
<item>
<title>(Perl) pod - noah</title>
<link>http://snipplr.com/view/4885/pod/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 03 Feb 2008 15:50:04 GMT</pubDate>
<guid>http://snipplr.com/view/4885/pod/</guid>
</item>
</channel>
</rss>