in reply to Comparing what Modules are Installed on Two DIfferent Versions of Perl?

You must look for .pm files in all directories specified by the @INC array for each Perl version.

Find installed Perl modules matching a regular expression has a simple tool which can help you.

  • Comment on Re: Comparing what Modules are Installed on Two DIfferent Versions of Perl?