CPAN on Windows

To use Perl's CPANon Windows with cygwin, you need to install some additional programs in cygwin. Run cygwin's setup.exe (I like clicking the "View" button to change the listing to Full, so I get an alphabetical list of the packages). Make sure that you install the following packages:

Open the Cygwin bash shell and enter:

perl -MCPAN -e shell

Accept the defaults, and you are good to go. Once in the CPAN shell, you can install modules with commands like:

install Date::Parse