in reply to Re: Re: help! cgi dbi
in thread help! cgi dbi

if ($D::table == /client/i) {
You probably mean:
if ($D::table =~ /client/i) {
Also, make sure you are using -w and use strict; as that might help you find more errors.
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain