in reply to Re: perl -MCPAN on windows: Should I even try?
in thread perl -MCPAN on windows: Should I even try?

Thanks jZed. I have some questions.

What does having the "M$ compiler" involve? EG, does it involve buying visual studio? What is the most economical way to get hold of the M$ Compiler? Is there a free way?

Secondly, I wanted Class::DBI::mysql, not DBD::mysql. Did you misread my question, or did I misunderstand your answer?? (I'm a complete DBI newbie.)

And again, thanks.

  • Comment on Re^2: perl -MCPAN on windows: Should I even try?

Replies are listed 'Best First'.
Re^3: perl -MCPAN on windows: Should I even try?
by jZed (Prior) on Aug 15, 2005 at 16:16 UTC
Re^3: perl -MCPAN on windows: Should I even try?
by Joost (Canon) on Aug 15, 2005 at 16:17 UTC
Re^3: perl -MCPAN on windows: Should I even try?
by ikegami (Patriarch) on Aug 15, 2005 at 16:16 UTC

    As far as I know, Microsoft's C/C++ compiler only comes with Visual C++ and Visual Studio. I don't know if it makes a difference which version you get (6 -vs- .NET), but I think both will work.

    Class::DBI::mysql uses DBD::mysql, so if you want Class::DBI::mysql, you need to install both.