Help for this page
use Fcntl; use AnyDBM_File; tie %hash, 'AnyDBM_File', "test", O_RDWR|O_CREAT, 0664;
$hash{value}{another_value} = 3;