<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Install Perl Modules Manually and Using CPAN command</title>
	<atom:link href="http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-180421</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-180421</guid>
		<description>I see this misinformation pasted in a lot of places... it is perfectly acceptable to call subroutines in perl with &amp;.

It helps make clear what functions are local to your script, as opposed to built in or buried in a module. It is one of the few places where I have a big disagreement with Damien Conway in his Perl Best Practices book.</description>
		<content:encoded><![CDATA[<p>I see this misinformation pasted in a lot of places&#8230; it is perfectly acceptable to call subroutines in perl with &amp;.</p>
<p>It helps make clear what functions are local to your script, as opposed to built in or buried in a module. It is one of the few places where I have a big disagreement with Damien Conway in his Perl Best Practices book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dolmen</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-159739</link>
		<dc:creator>Dolmen</dc:creator>
		<pubDate>Thu, 22 Dec 2011 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-159739</guid>
		<description>perlmod is exactly what you should not use. It will only work on Unix-like systems, and requires modules to be installed (HTML::Entities) before you can even install it. And it isn&#039;t able to install Module::Build-based distributions. 
Also the code is quite bad, in old Perl 4 style (subs called with &#039;&amp;&#039;). Perl 5 exists since 1995 and the author seems to ignore the Modern Perl trend.

Instead, use http://cpanmin.us/</description>
		<content:encoded><![CDATA[<p>perlmod is exactly what you should not use. It will only work on Unix-like systems, and requires modules to be installed (HTML::Entities) before you can even install it. And it isn&#8217;t able to install Module::Build-based distributions.<br />
Also the code is quite bad, in old Perl 4 style (subs called with &#8216;&amp;&#8217;). Perl 5 exists since 1995 and the author seems to ignore the Modern Perl trend.</p>
<p>Instead, use <a href="http://cpanmin.us/" rel="nofollow">http://cpanmin.us/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perl and Excel: How to Read, Write, Parse Excel Files using Perl</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-156159</link>
		<dc:creator>Perl and Excel: How to Read, Write, Parse Excel Files using Perl</dc:creator>
		<pubDate>Fri, 16 Dec 2011 06:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-156159</guid>
		<description>[...] For additional installation help refer to: How To Install Perl Modules Manually and Using CPAN command [...]</description>
		<content:encoded><![CDATA[<p>[...] For additional installation help refer to: How To Install Perl Modules Manually and Using CPAN command [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 Perl File Handle Examples to Open, Read, and Write File</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-62732</link>
		<dc:creator>6 Perl File Handle Examples to Open, Read, and Write File</dc:creator>
		<pubDate>Fri, 10 Sep 2010 06:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-62732</guid>
		<description>[...] standard CPAN module which is used for opening a file handle in other colourful conventions. Use cpan command to install perl [...]</description>
		<content:encoded><![CDATA[<p>[...] standard CPAN module which is used for opening a file handle in other colourful conventions. Use cpan command to install perl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Effectively Using Custom Perl Logger Module</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-56476</link>
		<dc:creator>Log Effectively Using Custom Perl Logger Module</dc:creator>
		<pubDate>Thu, 29 Jul 2010 06:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-56476</guid>
		<description>[...] The CPAN modules listed above needs to be installed using one of the perl module installation methods. [...]</description>
		<content:encoded><![CDATA[<p>[...] The CPAN modules listed above needs to be installed using one of the perl module installation methods. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank Bhatnagar</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-27559</link>
		<dc:creator>Mayank Bhatnagar</dc:creator>
		<pubDate>Mon, 28 Dec 2009 10:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-27559</guid>
		<description>hi, thanks for a fast reference....</description>
		<content:encoded><![CDATA[<p>hi, thanks for a fast reference&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Blog de Seguridad &#187; Blog Archive &#187; nessusrc</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-21730</link>
		<dc:creator>El Blog de Seguridad &#187; Blog Archive &#187; nessusrc</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-21730</guid>
		<description>[...] is dependent on several Perl modules, some of which are not included in the base Perl package.  TheGeekStuff.com provided a guide that helped me get through manually installing the necessary modules I was missing.  (Beware if [...]</description>
		<content:encoded><![CDATA[<p>[...] is dependent on several Perl modules, some of which are not included in the base Perl package.  TheGeekStuff.com provided a guide that helped me get through manually installing the necessary modules I was missing.  (Beware if [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geo Varghese</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-17860</link>
		<dc:creator>Geo Varghese</dc:creator>
		<pubDate>Sat, 26 Sep 2009 06:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-17860</guid>
		<description>Use perlmod to manage perl modules. It will help us to Install perl modules and all dependent modules,Uninstall perl modules,List all perl modules in system,Search for a perl module in cpan.org and system,List all files of a perl module and Details of a perl module.

Download from the link

http://sourceforge.net/projects/perlmod/</description>
		<content:encoded><![CDATA[<p>Use perlmod to manage perl modules. It will help us to Install perl modules and all dependent modules,Uninstall perl modules,List all perl modules in system,Search for a perl module in cpan.org and system,List all files of a perl module and Details of a perl module.</p>
<p>Download from the link</p>
<p><a href="http://sourceforge.net/projects/perlmod/" rel="nofollow">http://sourceforge.net/projects/perlmod/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek Stuff &#187; How To Resolve - CPAN.pm needs tar, gzip and bzip2 installed - error message</title>
		<link>http://www.thegeekstuff.com/2008/09/how-to-install-perl-modules-manually-and-using-cpan-command/comment-page-1/#comment-3470</link>
		<dc:creator>The Geek Stuff &#187; How To Resolve - CPAN.pm needs tar, gzip and bzip2 installed - error message</dc:creator>
		<pubDate>Thu, 04 Dec 2008 16:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=182#comment-3470</guid>
		<description>[...] article explains how to solve this problem. &#160; Also, please refer to our previous article on How To Install Perl Modules using manual and cpan [...]</description>
		<content:encoded><![CDATA[<p>[...] article explains how to solve this problem. &nbsp; Also, please refer to our previous article on How To Install Perl Modules using manual and cpan [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:36:03 -->
