View Single Post
  #6  
Old 11-26-2003, 10:47 PM
Eglin
Hill Giant
 
Join Date: Nov 2003
Posts: 168
Default Re: sql module for perl?

Quote:
Originally Posted by Doomhead
Anyone know if there is a module for PERL that can access an sql database?
Yeah. DBI/DBD work wonderfully. I usually use DBI via ODBC, since almost all dists. include the ODBC bridge. You can, however, download the DBD for your db (e.g. DBD::mysql) to go directly through your dbms. I posted some code that does just that in another thread. Feel free to rip it off.
Reply With Quote