OK. Use Internet Explorer to browse your way to (probably) c:\perl\html\index.html to find all the documentation from Active State that came with Perl. Have a look at PPM. This is the Perl Package Manager that will allow you to easily install DBI and the DBD driver for MySQL. Here is how to install DBI and DBD::Mysql using PPM.

Connect to internet. Get a DOS prompt Type "PPM install DBI" Hit enter Wait Type "PPM install DBD::Mysql" Hit enter Wait some more You are Done!

You can run PPM interactively too, just type PPM at the DOS prompt and then "help" for a list of commands. You can see all the packages available (precomiled binaries ready to rock) here http://www.activestate.com/PPMPackages/5.6/ For full details see the docs.

The tar.gz format is a Tape ARchived GZipped format used commonly on Unix but can be unzipped by something like WinZip. When you unzip a tar.gz file it expands the files into a directory structure. You can then use the CPAN module which is part of the standard distro to install the module. PPM is easier. See Active State Perl docs or Super Search here for "installing Modules", "Module installation", "Modules and Win32".... for more details.

cheers

tachyon

s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print


In reply to Re: DBI Help by tachyon
in thread 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.