<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Installing_Perl_Modules</id>
	<title>Installing Perl Modules - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Installing_Perl_Modules"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Installing_Perl_Modules&amp;action=history"/>
	<updated>2026-04-08T09:04:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Installing_Perl_Modules&amp;diff=206&amp;oldid=prev</id>
		<title>Scott: Created page with &#039; == Testing for Installed Modules == To test if you have a module, try to run the command  &lt;pre&gt; perl -e &quot;use Module::Name&quot; &lt;/pre&gt; If there are no errors, you are in business.  T…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Installing_Perl_Modules&amp;diff=206&amp;oldid=prev"/>
		<updated>2011-02-01T18:45:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039; == Testing for Installed Modules == To test if you have a module, try to run the command  &amp;lt;pre&amp;gt; perl -e &amp;quot;use Module::Name&amp;quot; &amp;lt;/pre&amp;gt; If there are no errors, you are in business.  T…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Testing for Installed Modules ==&lt;br /&gt;
To test if you have a module, try to run the command &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
perl -e &amp;quot;use Module::Name&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If there are no errors, you are in business.&lt;br /&gt;
&lt;br /&gt;
Testing for presence and version number:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
perl -MGD -e &amp;#039;print $GD::VERSION&amp;#039;;&lt;br /&gt;
perl -MSet::Array -e &amp;#039;print $Set::Array::VERSION&amp;#039;;&lt;br /&gt;
perl -MGetopt::Long -e &amp;#039;print $Getopt::Long::VERSION&amp;#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing from CPAN ==&lt;br /&gt;
To install directly from CPAN:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
perl -MCPAN -e shell&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This opens the interactive CPAN download/install tool. At the cpan prompt, type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cpan&amp;gt; install Set::Scalar&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Alternatively, you can just type this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
perl -MCPAN -e &amp;quot;install Bundle::BioPerl&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Hint: upgrade to the latest version of CPAN:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cpan&amp;gt; install Bundle::CPAN&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing from binary package ==&lt;br /&gt;
What To Do Once You&amp;#039;ve Downloaded A Module From The CPAN&lt;br /&gt;
href=&amp;quot;http://www.cpan.org/modules/INSTALL.html&lt;br /&gt;
&lt;br /&gt;
After upacking the perl module package, cd to the newly created directory and enter these commands: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
perl Makefile.PL&lt;br /&gt;
make&lt;br /&gt;
make test&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>