in reply to Re^5: How to improve MYSQL search performance of perl?
in thread How to improve MYSQL search performance of perl?

Hi,

If I run the script outside of the Apache-server, it's ok but just very slow. The error log says "Unrecognized escape \\h passed through at F:/httpserv/Top/cgi-bin/search.pl line 18" but line 18 is database connection:
my $dbh = DBI->connect('DBI:mysql:diet', $ref) || die "Failed to connect: $DBI::errstr";

thanks again,

Nan

  • Comment on Re^6: How to improve MYSQL search performance of perl?