<?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/utilities</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Oct 2008 03:15:56 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) id3.pl - noah</title>
<link>http://snipplr.com/view/3129/id3pl/</link>
<description><![CDATA[ <p>This script takes a list of directories as its argument. 
  For mp3s that don't have any id3 information, guess      
  the name of the artist and track based on the filename   
  and use the MP3-Info module to insert that guess into    
  the file as id3v1 tags.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:40:18 GMT</pubDate>
<guid>http://snipplr.com/view/3129/id3pl/</guid>
</item>
<item>
<title>(Perl) Move MP3s into Artist/Album folders - noah</title>
<link>http://snipplr.com/view/3128/move-mp3s-into-artistalbum-folders/</link>
<description><![CDATA[ <p>Given a directory of MP3s, read the ID3 tags and reorganize the directory so that all of the MP3s reside in folders that are nested in the order: Artist/Album/File.mp3</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:37:20 GMT</pubDate>
<guid>http://snipplr.com/view/3128/move-mp3s-into-artistalbum-folders/</guid>
</item>
<item>
<title>(Perl) Wrap tab-delimited strings in HTML - noah</title>
<link>http://snipplr.com/view/3125/wrap-tabdelimited-strings-in-html/</link>
<description><![CDATA[ <p>A simple iterator that takes a tab-delimited file as input and prints an HTML document that contains the tabbed data.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/3125/wrap-tabdelimited-strings-in-html/</guid>
</item>
</channel>
</rss>