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.