I am new to perl and I am trying to read and create a hash from a very LARGE file (33GB) for later processing. I am using tie and DBM::Deep but cannot get pass errors. My "tie" is:
tie my %f1, "DBM::Deep", "mydb.sdbm", pack_size => 'large';
I would appreciate any help on how to set the pack_size. Thx