in reply to Re^9: DB_File recno treats array like a hash
in thread DB_File recno treats array like a hash
Hello, thanks, seems like the problem is that DB backend versions differ (BSD seems much older than Linux):
linux: ### 5.014002 #~ $DB_File::db_ver 5.001029 #~ $DB_File::db_version 5.1 #~ $DB_File::VERSION 1.821 ######## netbsd: ### 5.014002 #~ $DB_File::db_ver 1 #~ $DB_File::db_version 1 #~ $DB_File::VERSION 1.821 ########
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: DB_File recno treats array like a hash
by Anonymous Monk on Oct 12, 2012 at 11:23 UTC |