in reply to DB_File tie failed
eval { tie %h, $tie_class, @tie_args }; die "Cannot tie($tie_class @tie_args): $@" if $@; [download]