Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl -MCPAN on windows: Should I even try?

by jZed (Prior)
on Aug 15, 2005 at 16:04 UTC ( [id://483895]=note: print w/replies, xml ) Need Help??


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

CPAN.pm worked great for me when I was on windows and contiues to work great for me on linux. For pure Perl modules, it will work flawlessly. For modules that have XS/C components it will work with ActiveStae if you have the M$ compiler. If you don't have the M$ compiler or another compiler, nothing will work, so CPAN isn't any worse off than any other method. Sometimes I ended up installing most of a dependency list via CPAN and then filled in one or two things that didn't work with ppm. I don't know about the Catalyst Bundle, but I think the other modules on your list are pure Perl. If you don't already have DBD::mysql, that needs compiling, but ppms are available.
  • Comment on Re: perl -MCPAN on windows: Should I even try?

Replies are listed 'Best First'.
Re^2: perl -MCPAN on windows: Should I even try?
by tphyahoo (Vicar) on Aug 15, 2005 at 16:08 UTC
    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.

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://483895]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-24 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found