<?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"
	>
<channel>
	<title>Comments on: Perl one liner to display module version info</title>
	<atom:link href="http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info/feed" rel="self" type="application/rss+xml" />
	<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info</link>
	<description>Perl Developer. Linux Advocacy. Practicing Guitarist.</description>
	<pubDate>Thu, 09 Sep 2010 10:29:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Another perl Blog &#187; Blog Archive &#187; AaronZ Sakai: Installing perl modules in OSX</title>
		<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info#comment-69433</link>
		<dc:creator>Another perl Blog &#187; Blog Archive &#187; AaronZ Sakai: Installing perl modules in OSX</dc:creator>
		<pubDate>Wed, 13 May 2009 11:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=118#comment-69433</guid>
		<description>[...] Rohan Almeida&#39;s Blog » Blog Archive » Perl one liner to display &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Rohan Almeida&#39;s Blog » Blog Archive » Perl one liner to display &#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Lady of the Camellias &#187; Blog Archive &#187; v6 (Perl)</title>
		<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info#comment-69427</link>
		<dc:creator>The Lady of the Camellias &#187; Blog Archive &#187; v6 (Perl)</dc:creator>
		<pubDate>Sat, 09 May 2009 10:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=118#comment-69427</guid>
		<description>[...] Rohan Almeida&#39;s Blog » Blog Archive » Perl one liner to display &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Rohan Almeida&#39;s Blog » Blog Archive » Perl one liner to display &#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan</title>
		<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info#comment-69415</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Thu, 30 Apr 2009 07:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=118#comment-69415</guid>
		<description>Thats easy. You have the -l and -m arguments to the perldoc command.

$ perldoc -l Data::Dumper

will display the full path to the Dumper.pm file

$ perldoc -m Data::Dumper

will open Dumper.pm in your default pager</description>
		<content:encoded><![CDATA[<p>Thats easy. You have the -l and -m arguments to the perldoc command.</p>
<p>$ perldoc -l Data::Dumper</p>
<p>will display the full path to the Dumper.pm file</p>
<p>$ perldoc -m Data::Dumper</p>
<p>will open Dumper.pm in your default pager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thrig</title>
		<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info#comment-69414</link>
		<dc:creator>thrig</dc:creator>
		<pubDate>Thu, 30 Apr 2009 02:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=118#comment-69414</guid>
		<description>Next, write a script that returns the path to a particular Perl module. This way, you can quickly determine the version and where the code lives in the file system.</description>
		<content:encoded><![CDATA[<p>Next, write a script that returns the path to a particular Perl module. This way, you can quickly determine the version and where the code lives in the file system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://rohan.almeida.in/archives/perl-one-liner-to-display-module-version-info#comment-69413</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://rohan.almeida.in/?p=118#comment-69413</guid>
		<description>One of the helper scripts in the pmtools distribution on CPAN, pmvers, does the same thing. Worth checking out, it comes with other useful tools like pmpath (prints the on-disk location of a specified module).</description>
		<content:encoded><![CDATA[<p>One of the helper scripts in the pmtools distribution on CPAN, pmvers, does the same thing. Worth checking out, it comes with other useful tools like pmpath (prints the on-disk location of a specified module).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
