Try this instead

$perl -MFile::Find=find -MFile::Spec::Finction -lwe | find(wanted=>sub{print
canonpath $_ if /\.pm\z/}, no_chdir=>},@INC'


Chaitanya




On Sat, Jun 5, 2010 at 7:58 AM, Owen <rc...@pcug.org.au> wrote:

>
> > Hi all,
> >
> > I know perl -V prints what are the current modules directories that
> > are
> > accessible ... but is there a way to list all the available modules
> > from
> > each directories as well?
> >
>
>
>
> Try this;
>
>
> perldoc -q "How do I find which modules are installed on my system?"
> --
>
>
>
> Owen
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to