Perspectives on a Namespace

2004-08-19 Thread Luis Tello
Hello, My name is Luis. I have been using a module called DB_File::Lock for the past year on a project. I was asked by my employeer to develop a way to remove data not associated with a hash in a dbm file. The objective was to streamline a dbm file because using the remove function only remo

Re: Perspectives on a Namespace

2004-08-20 Thread khemir nadim
Hi, What about DB_File::Clean instead? Either you have a function to which you can give diffrent types of cleaning operations or you may have multiple modules to do the different operations. As an example (certainly incorrect as I don't have the slightess clue of what you can clean in a DB file),