NDBM support
- From: alex.turchin@xxxxxxxxx
- Date: Mon, 30 Jun 2008 11:02:42 -0700 (PDT)
I have an old and rather large (thousands of lines of code) piece of
perl software that utilizes (in numerous places) NDBM databases,
including dbmopen() etc. calls. This code has now been moved by the
website administrator to a different UNIX platform that does not
support NDBM.
Unfortunately I do not have the resources to completely rewirte the
code to utilize a different database. Even more importantly, all of
the data the software uses (unique to the software and took months of
work to enter) is in the NDBM format.
I am therefore looking for a way to obtain perl support for the NDBM
format and corresponding function calls (dbmopen, dbmclose) on a
system that does not natively support them. Any thoughts would be
greatly appreciated!
Alex
.
- Follow-Ups:
- Re: NDBM support
- From: Mark Clements
- Re: NDBM support
- From: smallpond
- Re: NDBM support
- Prev by Date: Re: looping issue
- Next by Date: File size too big for perl processing
- Previous by thread: FAQ 8.35 How do I close a process's filehandle without waiting for it to complete?
- Next by thread: Re: NDBM support
- Index(es):
Relevant Pages
|