<?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>PHP Made Simple &#187; perl</title>
	<atom:link href="http://www.phpmadesimple.info/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmadesimple.info</link>
	<description>To support simplicity, possiibility and cost effective of PHP</description>
	<lastBuildDate>Tue, 03 Aug 2010 14:13:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing CPAN</title>
		<link>http://www.phpmadesimple.info/2007/12/04/installing-cpan/</link>
		<comments>http://www.phpmadesimple.info/2007/12/04/installing-cpan/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 01:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://artemis.com.vn/blogvui/?p=9</guid>
		<description><![CDATA[I don&#8217;t know why Fedora core 8 does not install CPAN with Perl. Here is some step to install CPAN if you type
# perl -MCPAN -e shell
and receive error CPAN.pm not found.
Go to http://search.cpan.org to download CPAN package.
Extract the package to your home.
# perl Makefile.PL
# make
# make install
and that is you have CPAN ready to [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why Fedora core 8 does not install CPAN with Perl. Here is some step to install CPAN if you type</p>
<p># perl -MCPAN -e shell</p>
<p>and receive error CPAN.pm not found.</p>
<p>Go to http://search.cpan.org to download CPAN package.</p>
<p>Extract the package to your home.</p>
<p># perl Makefile.PL</p>
<p># make</p>
<p># make install</p>
<p>and that is you have CPAN ready to help you install other perl modules.</p>
<p>One more note about install perl modules with CPAN, sometime installation will fail the test and tell you that &#8220;won&#8217;t install without force&#8221;. You try to install again but still get error(s). It&#8217;s time you can &#8220;force&#8221; CPAN to install the module for you by using:</p>
<p>cpan&gt; force install Module::Name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmadesimple.info/2007/12/04/installing-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
