IMO, you've singled out the best part of that book (the early chapters on relational DB design). The rest really isn't all that worthwhile. I recommend *borrowing* that book from a library, if possible, and digesting the first few chapters. Then, if you're using Perl to interact with ANY DBMS, get the DBI book from O'Reilly.
This has been another unsolicited review from unky arturo
perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>);
+$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth
+er_name\n"'
|