I am migrating an older set of routines to AWS from Solaris. The code itself uses dbm files (.pag and .dir) and generates them via "makedbm" which is on the Solaris box that I am migrating from (it's a regular cron job). The new AWS is CentOS which doesn't have makedbm and I can't seem to find any source for makedbm. I know that it's easy for perl to open dbm files, but can perl generate the .pag and .dir files needed? I'm looking to just replace the Solaris "makedbm" with a perl routine if possible.