ActiveState's ActivePerl is a full Perl distribution that should come complete with all the perl libs you should need - including Date.pm. If not, just pull up a command prompt and type ppm install _name_of_perl_module_to_install and it will install them.
andre germain
"Wherever you go, there you are." | [reply] [d/l] |
Plus, if you want to see all the modules that ppm can install, run ppm and type "search" at the prompt. (I just tried it and got back a list 97 pages long.)
I don't think you would want to install EVERY Perl module because:
- It would take up a lot of space
- Some modules would be out of date
- Some modules might not be of high quality
- Why bother installing modules you don't need?
</il>
Chumley
(Imagine a really clever .sig here.)
| [reply] |
If you're running ActivePerl, you can automatically install new modules though PPM. Simply run "ppm install <Distribution>", where <Distribution> is the name of the CPAN distribution containing the module you want. In this case, you seem to want one of the many Date distributions. | [reply] [d/l] |
SiePerl from Siemens is Perl5.6.1 with a lot of included modules. You may find this useful, and it certainly contains the Date::Calc modules.
Regards
Graham | [reply] |