Hi

many thanks to all who replied to my question about Perl IDE/Editors - much appreciated.

I have another question (sorry but I very new to this)

I have downloaded and installed Apache and Active Perl 5.6 and have them running ok under Win 2000 (much to my surprise and relief)

I want to be able to access a MySQL database.

When I tried use DBI; I get an error saying 'cannot find DBI.pm'. So I assume that the DBI doesn't come as part of the standard Active Perl installation

So my limited understanding tells me that I need the Perl DBI Module for MySQL installing.

Questions -

Where do I find the MySQL DBI Module for Win 2000 (tried Active State and CPAN but can only find a tar - whatever that is!!!)

Assuming one can find the MySQL DBI Module for Win 2000, how does one install it so it runs correctly on Apache/Win 2000?

Sorry if this is a silly question but I really need db access otherwise it is back to PHP

Many Thanks

Kevin

Edit kudra, 2001-08-06 Replaced CODE tag with some paragraph formatting


In reply to DBI Help by kjedwards

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.