Languages

Components, Scripts, Codes: CGI/PERL / Tips and Tutorials / Database-related

Using a flat-file database in Perl

Web developers often look for ways of speeding up the development process without spending thousands of dollars on additional software. This...

By: Jason Shindler Homepage


 

Freeware

The Perl DBI

The Perl DBI is a perl module that allows Perl users to interact with different types of databases through a single API. This Database Independent...

By: The Perl DBI Homepage

Freeware

Short guide to DBI

This Short Guide to DBI teaches a beginner on how start using SQL and SQL driven databases from Perl. The main topics included in the article are...

By: Mark-Jason Dominus Homepage

Freeware

Perl and The MiniSQL Server (mSQL)

As Perl and MySQL can be used together, thus, there is no reason why Perl and mSQL cannot be used together as well. It is shown in this tutorial...

By: Blair Ireland Homepage

Freeware

Disk-based data structures (DBM)

This article offers many Perl database management solutions that are quick to store and use Perl data structures to and from disk and yet have low...

By: Aaron Weiss Homepage

Freeware

Dabbling in Live Databases: MySQL

This article was developed in a Linux environment with MySQL 3.22 and caters to basic understanding of Perl, Unix/Linux, and databases in general....

By: Aaron Weiss Homepage

Freeware

A Short Guide to DBI

This article is a short guide to DBI (The Perl Database Interface Module). The article covers topics such as general information about relational...

By: Mark-Jason Dominus Homepage

Freeware