PDA

View Full Version : dbi download


rafiseddiqi
08-18-02, 00:27
any one could help me to find a way to download DBI.
I can't find it in any website. i looked through perl.com and in searched engines
I might be misleading DBI but it is an interface which could be downloaded seperately????
I will really appreciate any advise. Actually, i am new to CGI so...

Paul
08-18-02, 01:34
Here's the link to the tarball:
http://search.cpan.org/author/TIMB/DBI-1.30/

Alternatively, you can use the CPAN shell from your own machine like so:

bash% perl -MCPAN -e shell
cpan> install Bundle::DBI

Remember, once you have installed the DBI, you will also need the module for your specific database.