Hi,

I had problem installing modules with windows one way and the best way I did
for me is to install via a very little program I made in perl
here is the code
Three lines of code

#!/usr/bin/perl
use CPAN;
shell();
after running the program you will have cpan>  and type
install DBI and wait.
to finish the session just type quit;

That is my doing it cause i had a lot of problems.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to