[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] MacPerl bundled modules




Xah Lee wrote:

> Is there a sure and easy way to find out which packages/modules are
> included in standard Perl (unix?) distribution?
> 
> I've been looking at the MacPerl lib folder, and wanted to know what's what.

on unix type this:

  perl -V:extensions

or either of these:

  perl -V:dynamic_ext

  perl -V:static_ext

to find all build modules, including perhaps ones that were not built on
your particular unix machine at build time type:

  perl -V:known_extensions

To find modules that were built after installation type this:

  perldoc perllocal

(note that that is different from perllocale).

Peter Prymmer


***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch