in reply to editing/deleting record in flat file database

You can use DBD::RAM to "edit" the file using the normal DBI interface. Very slick. You can even convert it from flat file to CSV or XML or even easily copy it to a real DB backend.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: editing/deleting record in flat file database