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();
For future reference the above 3 lines equate to:
perl -MCPAN -e shell
If you don't want to have to put them in a file...
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]