Title: Message
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
   --- */
 

Reply via email to