How do I know what modules are distributed with Perl?
My first guess is that the core modules listed here are always included, though I cannot find this stated explicitl
look in you main symbol table, it will show you all the 'standard' packages available...
print %main::;