| |
 |
| The standard DBM toolki that comes with Perl (and is the system
used for many things under Unix) provides an efficient searching
mechanism. It's immediate practicality seems limited to the simple
file-based hash storage. This chapter helps to demonstrate how you can
take the basic features of a DBM database and, with some simple logic
and clever programming, you can support complex database
systems. You'll even find some examples of a relational database
written using the normally DBM storage system. The chapter also
expands on principles learnt in the previous chapter, and discusses
methods for reading and converting other database formats using
Perl |
| Download: PC - Unix - Mac - Info |
| Chapter Script Status |
| Title | Script Name | Status |
| Converting a Text Database to DBM |
text2dbm.pl |
No Change |
| Using the DBM Dumper |
dbmdump.pl |
No Change |
| Adding the Modifying DBM Records |
dbmstore.pl |
No Change |
| Deleting DBM Records |
dbmdel.pl |
No Change |
| Emptying a DBM File |
dbmempty.pl |
No Change |
| Merging DBM Databases |
dbmmerge.pl |
No Change |
| Populating a Semirelational DBM Database |
build.pl |
No Change |
| Reporting from a Semirelational DBM Database |
laypatch.pl |
No Change |
| Converting between DBM Implementations |
cvdbm.pl |
No Change |
| Reading dBase III Databases |
db3.pl |
No Change |
| Converting dBase III Databases to Text |
db3flat.pl |
No Change |
|
|
|