On Thu, 1 Jun 2006, Bob Rogers wrote: > Please note that this does not preclude using an SQL database. [...]
Of if you're hell-bent on CSV, at least use DBD::CSV and write your application as if there's a real database engine on the other side. That way, when you come around and realize that a proper database of some kind -- even SQLite -- should be more robust & easy to manage in the long run, you should be able to port your code to it without a total rewrite. Plan for growth. You'll be glad you did, someday. -- Chris Devers _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

