What is the easiest/most elegant way to find out what modules does the base Perl installation have? Especially after you have other modules installed manually (and you don't remember which... :)) I'm asking this, because I would like to know whenever I write a new script if it will run without installing additional modules on any computer with a base Perl 5.8 or later installation.
20040407 Edit by BazB: Changed title from 'Perl Module List'