MCslp HomeMCslp Home Contact | About | Help | Legal
Books | Articles | Downloads
News | News Archive
 
 
 
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

TitleScript NameStatus
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

 PAA Quick Links
 

Book Summary
Book Outline
Chapter Contents
Chapter and Script Details
Download Chapter 4 Free! (PDF, 540k)

 Buy Perl: The Complete Reference
 

Perl the Complete Reference has been superceded by Perl The Complete Reference 2ed...


Website (c) 1998 and beyond Martin C Brown, MCSLP, UK. All other items, including contributed texts, files and information is the copyright of their respective owners.
Contact Us