on 03/02/2001 02:36 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

>> From: Steve Swantz <[EMAIL PROTECTED]>wrote:
>> That module is used to let Perl talk to MySQL through DBI.
>> I use it to have perl cgi's interface with MySQL on Unix boxes.
> 
> What I'm hoping to do is to develop CGIs on my mac which will ultimately
> end up running under linux Apache rather than use MySQL as an external
> database for my Mac and the drivers included with the Mac port of DBI
> aren't for MySQL

You could also do as I am doing currently : Build the script around DBD::CSV
for testing purposes and when completed, change things to use DBD::mysql
instead and move it to the Apache server.

-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/


Reply via email to