in reply to Re: Any limit to large hashes?in thread Any limit to large hashes?
use DB_File; tie(%seq_hash, "DB_File", "tmp.db", O_RDWR|O_CREAT); [download]