- or download this
use DB_File;
...
'0ws456' => 'Cars',
'02100m' => 'Numbers'
);
- or download this
use DB_File;
my %hash
tie (%hash, 'DB_File', 'hash.dbm', O_RDWR) || die $!;
- or download this
my %hash
tie (%hash, 'DB_File', 'hash.dbm', O_RDONLY) || die $!;