June 2008
Beginner
352 pages
11h 16m
English
See Appendix A for the answer to the following exercise:
[15] Install the Module::CoreList module from CPAN. Print a
list of all of the modules that came with Perl 5.008. To build a
hash whose keys are the names of the modules that came with a given
version of Perl, use this line:
my %modules = %{ $Module::CoreList::version{5.008} };