Hy Brandon,

> I have activestateperl, apache server, php.exe, and mysql all running fine.

with activestate your able to install DBI 1.14 and DBD::mysql with ppm.
Be sure, that your PC (the one with your apache is running) is connected
with the internet, open your DOS-Shell, go to your perl directory and
type ppm install DBI. Watch relaxed untill the end..... 

> Now Id like to get cgi to talk to the databases. Some of my cgi scripts have
> these lines

> #!/usr/bin/perl
not correct on Windows...
use #!C:\perl\bin\perl.exe -wT

use diagnostics;
use strict;
use CGI qw/:standard/;
use CGI::Carp qw(fatalsToBrowser);
> use DBI;

--
#!C:\perl\bin\perl.exe -wT 

print map {chr(ord($_)-3)} split //, "Dqguhdv0Vfkplw}Cw0rqolqh1gh";
# http://www.medialsoft.de


Reply via email to