- A Short Guide to DBI
Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How to Use DBI, Cached Queries, Transactions, and more.
http://www.perl.com/pub/a/1999/10/DBI.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Dabbling in Live Databases: MySQL
This article focuses on setting up MySQL and understanding its various management complexities. Shows how to create a MySQL database and populate a table with data.
http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index7.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Disk-based data structures (DBM)
For those who don want to get tied up with a relational database and all the supporting software needed, yet still need to store a dataset to disk for future use, this tutorial provides several Perl DBM, or database management, solutions which have much less overheard than DBI and are a quick way to store and use Perl data structures to and from disk.
http://www.wdvl.com/Authoring/Languages/Perl/PerlfortheWeb/index20.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Perl and SQL Databases
Perl has the ability to work directly with just about every SQL database. Combine this with Perls excellent CGI capabilities and you can have yourself a powerful, web enabled, database system. This tutorial walks you through a simple, web enabled, Perl SQL database with full code examples. It covers such topics as connecting to DB, displaying, filtering, searching, adding, deleting and modifying DB.
Price: Free
http://www.perlguy.net/sql/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Perl and The MiniSQL Server (mSQL)
Perl and MySQL can be used together.... so why can Perl and mSQL be together as well\? Well, they can... using the same Perl module as well. Check out what you can and can do with it here.
http://www.thescripts.com/serversidescripting/perl/tutorials/perlandtheminisqlservermsql/page0.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Short guide to DBI
Heres how to get started using SQL and SQL-driven databases from Perl. Main topics include: General information about relational databases, About SQL, What DBI is For, Example of How to Use DBI, Cached Queries, and Transactions.
Price: Free
http://www.perl.com/pub/1999/10/DBI.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using a flat-file database in Perl
Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Heres how to build an easy to use flat-file database in Perl and access it via a web page.
Price: Free
http://wdvl.com/Authoring/Languages/Perl/Flat-File/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|