running the example from the DBD::DBM man page located under the bit that says
"But here's a sample to get you started." Gives this error on OpenBSD (and probably other platforms as well) DBD::DBM::st execute failed: Cannot open ./user.lck: No such file or directory at /usr/local/libdata/perl5/site_perl/i386-openbsd/DBD/File.pm line 536. It seems this is because the open calls are not using O_CREAT. Retrying with lockfile=0 in the connect string to bypass the above breakage yields the results below. DBD::DBM::st execute failed: No such column 'phone' DBD::DBM::st execute failed: No such column 'phone' Can anyone confirm/deny this on other platforms as well ? Thanks, Mike.
