in reply to Re: How to list all the installed perl modules
in thread How to list all the installed perl modules

uh, nope. your code doesn't account for the modules that live in the sub directories... For example, try finding File::Spec with your code.

Probably best to stick to using File::Find to accomplish this job

  • Comment on Re: Re: How to list all the installed perl modules