in reply to Re: Crypt::DES_EDE3 for Windows
in thread Crypt::DES_EDE3 for Windows

Hey marto, I don't have much experience downloading these modules and installing them so any help would be appreciated. I downloaded the tar file for 5.8 (which is installed) and extracted it into a temp directory. From there where should I go? Should I grab the Crypt directory (with DES_EDE3.pm) in it and copy to the Perl bin directory? Thanks again for the help.

Replies are listed 'Best First'.
Re^3: Crypt::DES_EDE3 for Windows
by VinsWorldcom (Prior) on Jan 20, 2010 at 18:59 UTC

    Have a look at A Guide to Installing Modules

    This will give you instructions for Windows including downloading nmake.exe which you'll use in place of "make" in the normal:

    perl Makefile.PL make make test make install

    process.