- or download this
use Fcntl qw(
O_WRONLY
...
use MLDBM qw(AnyDBM_File Storable);
- or download this
my $dbm = tie %{$self->{DB_HASH}}, 'MLDBM', $self->_db_filename, O_CRE
+AT|O_RDWR, FILE_CHMOD
- or download this
sysopen(DB_SCHEDULE_SAFETYLOCK, $self->_lockfile_name, O_RDWR|O_CREAT
+, FILE_CHMOD )
- or download this
use MLDBM qw(AnyDBM_File Storable);
use Storable qw(retrieve_fd);
...
untie %hash;