Re: Fwd: DBD::File updates and DBD::PO

2010-08-16 Thread Tim Bunce
Rather than a skeleton I think I'd prefer an actual useful simple driver with an implementation that's kept clean and clear enough for use as a base for cloning. I.e., a reference implementation. It would also be handy if the driver had a name that was easy/safe to do a global replace on. Then we

Re: Implemented idea, feedback needed/welcome

2010-08-16 Thread H.Merijn Brand
On Mon, 16 Aug 2010 12:20:20 +0200, Tim Bunce tim.bu...@pobox.com wrote: On Wed, Aug 04, 2010 at 10:51:41PM +0200, H.Merijn Brand wrote: My intention was/is to have a DBI replacement for DB_File, so the *only* thing I have to change to use it is tie my %hash, DB_File, file.db,

Re: Fwd: DBD::File updates and DBD::PO

2010-08-16 Thread Jens Rehsack
2010/8/16 Tim Bunce tim.bu...@pobox.com: Rather than a skeleton I think I'd prefer an actual useful simple driver with an implementation that's kept clean and clear enough for use as a base for cloning. I.e., a reference implementation. I think, DBD::DBM is a good and clear reference