According to the dbmopen-docu this function has been largely superseded by the “tie” function.
I know the Tie::File module which accesses the lines of a disk file via a Perl array.
How would I do it if I don’t need an array but a hash?
According to the dbmopen-docu this function has been largely superseded by the tie function.
Share
You can use Storable:
or if you will need to store more data then BerkeleyDB: