in reply to AnyDBM on Strawberry Perl: file can't be found

have you tried the following:

my $table_file = $table_path."\\tableAB.db";

are you sure your getting a value for $table_path. If you get no error on a absolute path, then you might want to test for a null value in your $table_path....