On Oct 7, 2024, at 5:55 PM, Tim Lank <timl...@timlank.com> wrote:
I have the following in my startup.pl:

use CGI qw(:all);
use CGI::Carp 'fatalsToBrowser', 'carpout';
use List::Util 'shuffle';
CGI->compile(':all');
Apache::DBI->connect_on_init
  ("DBI:mysql:holidayshop",

I don't know if it will help or not, but, before the above lines, your startup.pl should also have the following lines:

use DBI;
DBI->install_driver('mysql');
use Apache::DBI;

Regards,
Ed

Reply via email to