[Perl] perldoc and perl/tk
Offer Kaye
oferk at oren.co.il
Tue Nov 26 04:56:27 PST 2002
Finally found a better method- more verbose results and a one-liner:
find `perl -e 'print "@INC"'` -name '*.pm' -print
I found it in "perldoc perlmodlib".
----------------------------------
Offer Kaye
Analog and Circuit Design Engineer
Oren Semiconductor
oferk at oren.co.il
Tel: +972-4-9095555 ext. 1-309
----------------------------------
> -----Original Message-----
> From: perl-admin at perl.org.il [mailto:perl-admin at perl.org.il]On Behalf Of
> lsprilus at bioinfo2.weizmann.ac.il
> Sent: Tuesday, November 26, 2002 9:40 AM
> To: perl at perl.org.il
> Subject: Re: [Perl] perldoc and perl/tk
>
>
> According to Offer Kaye:
> > In a related note, is there a command or utility to let me know
> the list of
> > all installed Perl modules? I vaguely recall that such a thing exists...
>
> Use the ExtUtils::Installed modules from CPAN.
>
> use ExtUtils::Installed;
> my ($inst) = ExtUtils::Installed->new();
> my (@modules) = $inst->modules();
>
> foreach $module (@modules) {
> print $module,"\n";
> }
>
> --
> Dr Jaime Prilusky | Jaime.Prilusky at weizmann.ac.il
> Weizmann Institute of Science | fax: 972-8-9344113
> 76100 Rehovot - Israel | tel: 972-8-9344959
>
> info URL http://bioinformatics.weizmann.ac.il/jaime_prilusky.html
> OCA is at http://bioinformatics.weizmann.ac.il:8500
> Perl Users in Rehovot http://rehovot.pm.org/
> _______________________________________________
> Perl mailing list
> Perl at perl.org.il
> http://www.perl.org.il/mailman/listinfo/perl
>
More information about the Perl
mailing list