>>>>> "Kevin" == Kevin Pfeiffer <[EMAIL PROTECTED]> writes:
Kevin> I have a feeling this a FAQ... Kevin> I've CPANed so many modules I no longer know which came with Perl and which Kevin> not. How can I determine this? (1) see if it's listed in "perldoc perlmodlib". If it is, it's core. (2) use Module::ScanDeps (from the CPAN) on your programs, and they'll tell you how many non-core modules you've included. (3) use "perl -MCPAN -eshell", and its "m" command to get info. If it's core, it'll be inside one of the distro files, otherwise it'll be in its own CPAN file. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]