<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edsalisbury.net &#187; cpan</title>
	<atom:link href="http://edsalisbury.net/tag/cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsalisbury.net</link>
	<description>your guide to user-friendly entertainment</description>
	<lastBuildDate>Wed, 28 Mar 2012 02:07:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Perl Modules on Ubuntu Linux</title>
		<link>http://edsalisbury.net/installing-perl-modules-on-ubuntu/</link>
		<comments>http://edsalisbury.net/installing-perl-modules-on-ubuntu/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:00:02 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.edsfamily.com/ed/archives/10</guid>
		<description><![CDATA[<a href="http://edsalisbury.net/installing-perl-modules-on-ubuntu/" title="Installing Perl Modules on Ubuntu Linux"></a>I&#8217;ve been a perl programmer/scripter/hacker for many years now, and I will frequently use CPAN modules to be able to do the out-of-the ordinary. This small guide is intended to help people easily install these modules. First, let&#8217;s get the &#8230;<p class="read-more"><a href="http://edsalisbury.net/installing-perl-modules-on-ubuntu/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://edsalisbury.net/installing-perl-modules-on-ubuntu/" title="Installing Perl Modules on Ubuntu Linux"></a><p><img src="http://www.edsalisbury.net/wp-content/uploads/2007/12/perl_image-138x150.jpg" alt="perl" title="perl" width="138" height="150" class="alignright size-thumbnail wp-image-319" /><br />
I&#8217;ve been a perl programmer/scripter/hacker for many years now, and I will frequently use <a href="http://www.cpan.org/">CPAN</a> modules to be able to do the out-of-the ordinary.  This small guide is intended to help people easily install these modules.</p>
<p>First, let&#8217;s get the CPAN module up to date:</p>
<p><code>$ sudo perl -MCPAN -e shell</code><br />
(take defaults to set everything up)<br />
<code>cpan&gt; exit</code><br />
<code>$ sudo perl -MCPAN -e shell<br />
cpan&gt; install Bundle::CPAN</code><br />
(answer yes to the question about saving data)<br />
<code>cpan&gt; reload cpan</code></p>
<p>Then, to install a module, it&#8217;s simply:<br />
<code>$ sudo perl -MCPAN -e shell<br />
cpan&gt; install &lt;name of module&gt;</code><br />
<code>cpan&gt; exit</code></p>
]]></content:encoded>
			<wfw:commentRss>http://edsalisbury.net/installing-perl-modules-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

