On Thu, 17 Mar 2005 10:48:30 -0500, Chris Charley wrote: > > > Dear all, > > > > How/where do I find out the standard bundled perl modules > > Hello Gavin, > > perldoc perlmodlib > > and then scroll to Standard Modules > > Chris >
Or on the web, see: "http://search.cpan.org/dist/perl-<version_number>/", e.g. : http://search.cpan.org/dist/perl-5.8.0/ For access from inside a Perl script, see Module::CoreList - http://search.cpan.org/dist/Module-CoreList/ Hope this helps, -- Offer Kaye -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
