Web Hosting Talk







View Full Version : Perl module MIME::Tools


ntwaddel
08-20-2002, 09:44 PM
Does anyone have some tips or advice on installing this? :)

ffeingol
08-20-2002, 11:38 PM
From memory, that module has a lot of other required modules. Other than that it's just:

perl Makefile.PL
make
make test
make install

Frank

allan
08-21-2002, 01:47 AM
you can also do it the easy way, if you have the CPAN module installed:


datacenterwire# perl -MCPAN -e shell

cpan shell -- CPAN exploration and modules installation (v1.59_54)
ReadLine support available (try 'install Bundle::CPAN')

cpan> install MIME::Tools


That should get all of the required modules installed as well.