- 1,233 categories
- 40,436 scripts
Updated: 07/31/2007
- This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily changeable to use a DSN connection, just as long as you have one set up and spelled correctly.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Through proven sample programs, Perl By Example takes readers from their first program to highly sophisticated scripting. Updated for Web developers, the book teaches CGI scripting with Perl. Filled with practical information on Perl development, Per...
- 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.
- This article describes how Perl can be used to transfer data between XML and relational databases, and how XML can bridge two disparate databases. MySQL is used as an example database.
- This is a simple perl module to allow you to easily run those popular polls on your site. It only requires that you create a world-writable (or server-writable) directory called &"data&" with a few files to seed the poll. A couple o...
- Mail Dispatcher is a Perl program that handles the tedious task of sending out regularly scheduled email messages. This is particularly useful for people who always have to send several email messages to multiple recipients on a regular basis, but wo...