in reply to Re^2: I can't connect to DBM Databases
in thread I can't connect to DBM Databases

Maybe this helps:

use CGI::Carp qw(fatalsToBrowser);

Replies are listed 'Best First'.
Re^4: I can't connect to DBM Databases
by fromjp (Initiate) on Oct 17, 2007 at 00:15 UTC
    >use CGI::Carp qw(fatalsToBrowser); Thank you. I added this line and tested the code. But, nothing different happened...