in reply to DB_File tie failed

Try:
eval { tie %h, $tie_class, @tie_args }; die "Cannot tie($tie_class @tie_args): $@" if $@;