Chapter 3. Textfiles as databases

Table of Contents
In this chapter...
Delimited text files
Comma-separated variable (CSV) files
Problems with flat file databases
Chapter summary

In this chapter...

In this chapter we investigate text-based or "flat file" databases and how to use Perl to manipulate them. We also discuss some of the limitations of this database format.