Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Perl : Articles and Tutorials : Database


Links
  • Ingperl, More Power with Less Programming - Article by Laura F. McGinnis. Ingperl extends Perl by adding a library of subroutines and variables that allow to connect to, query, and update CA-Ingres databases.
  • MySQL and Perl for the Web - Official site for the book by Paul DuBois. Includes table of contents, errata, downloads, and a sample chapter in PDF format.
  • Perl Examples - Short Perl programming examples, mainly for using the DBI.
  • Programming with the DBI - A very good (and authentic) introduction to Perl's DBI module. A sample chapter from the authors' book Programming the Perl DBI, published by O'Reilly.
  • Web Access Logs with DBI - vAn article from the April 2000 issue of WebTechniques on how to use the DBI module to store the Apache web server's access log in a database.