<?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/easy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 06 Sep 2008 19:33:26 GMT</pubDate>
<item>
<title>(Perl) How to start CPAN on Windows/ActivePerl - noah</title>
<link>http://snipplr.com/view/3718/how-to-start-cpan-on-windowsactiveperl/</link>
<description><![CDATA[ <p>ActivePerl has a great package manager utility -- just type "ppm" at the prompt.

The problem is that ActivePerl's PPM points to ActivePerl's package repository, which doesn't contain every module listed on CPAN.

The solution is to invoke the cpan utility under windows!  Here's how.</p> ]]></description>
<pubDate>Mon, 17 Sep 2007 10:23:37 GMT</pubDate>
<guid>http://snipplr.com/view/3718/how-to-start-cpan-on-windowsactiveperl/</guid>
</item>
<item>
<title>(Perl) starter Perl module - noah</title>
<link>http://snipplr.com/view/3136/starter-perl-module/</link>
<description><![CDATA[ <p>Put this in the file MyPackage.pm, and call it with Use::MyPackage</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 23:04:21 GMT</pubDate>
<guid>http://snipplr.com/view/3136/starter-perl-module/</guid>
</item>
<item>
<title>(Perl) Grab linked files from a list of web pages - noah</title>
<link>http://snipplr.com/view/3126/grab-linked-files-from-a-list-of-web-pages/</link>
<description><![CDATA[ <p>Expects as argument the name of a file containing a newline-delimited list of URLs.  When invoked, launches an interactive shell that asks what type of file should be downloaded.  Then downloads all the files that are linked from each of the listed Web pages.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:31:30 GMT</pubDate>
<guid>http://snipplr.com/view/3126/grab-linked-files-from-a-list-of-web-pages/</guid>
</item>
</channel>
</rss>