in reply to Re: Re: RegEx Problem?
in thread RegEx Problem?

As a general rule-of-thumb, a database that is more than 1 MB in size should be kept out of a flat-file and into a real database. Some people suggest even less than that.

And when in a discussion about flat-file vs. real databases, you really ought to mention DBD::SQLite.

----
Reinvent a rounder wheel.

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
DBD::SQLite
by waxmop (Beadle) on Feb 25, 2003 at 21:10 UTC

    This is the second time I've seen DBD::SQLite mentioned in two days. I looked at the CPAN page, and the project homepage, but didn't find too much information about how to use it with perl. Would you be willing to post a simple example of how somebody would use it in an instance like this one?