![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: DBI Helpby tachyon (Chancellor) |
on Aug 05, 2001 at 00:31 UTC ( [id://102268]=note: print w/replies, xml ) | Need Help?? |
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.
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 Section
Seekers of Perl Wisdom
|
|