Method Gdbm.DB()->fetch() class Gdbm.DB Method fetch Method `[] string(8bit) fetch(string(8bit) key) string(8bit) res = Gdbm.DB()[ key ] Description Return the data associated with the key 'key' in the database. If there was no such key in the database, zero is returned.