Search results for "module:SDBM_File"
SDBM_File - Tied access to sdbm files
"SDBM_File" establishes a connection between a Perl hash variable and a file in SDBM_File format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the...
RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC
SDBM_File - Tied access to sdbm files
"SDBM_File" establishes a connection between a Perl hash variable and a file in SDBM_File format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Memoize::SDBM_File - DEPRECATED compability shim
This class used to provide EXISTS support for SDBM_File before support for "EXISTS" was added to SDBM_File itself in Perl 5.6.0. Any code still using this class should be rewritten to use SBDM_File directly....
ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC