[Templates] newbie question - Module Versions.

Rumpf, Christopher CRumpf@Epylon.com
Fri, 17 Jan 2003 09:31:51 -0800


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2BE4E.5230C690
Content-Type: text/plain

Hi.
 
I just inherited a perl installation with a ton of modules included in it
and want to check each module to see which version is installed.
 
I know that this cmd:
find `perl -e 'print "@INC"'` -name '*.pm' -print
 
will show me the list of installed modules - but anyone know how to check
each module for a version string?

Thanks for the help!
 
/* ---
     Christopher M. Rumpf
   --- */ 
 

------_=_NextPart_001_01C2BE4E.5230C690
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" 
size=2>Hi.</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" size=2>I just 
inherited a perl installation with a ton of modules included in it and want to 
check each module to see which version is installed.</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" size=2>I know that 
this cmd:</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" size=2>find `perl 
-e 'print "@INC"'` -name '*.pm' -print</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" size=2>will show me 
the list of installed modules - but anyone know how to check each module for a 
version string?</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" size=2><BR>Thanks 
for the help!</FONT></SPAN></DIV>
<DIV><SPAN class=781273517-17012003><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>/* ---<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
Christopher M. Rumpf<BR>&nbsp;&nbsp; --- */</FONT> </DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------_=_NextPart_001_01C2BE4E.5230C690--