<p>One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.<p>The primary interface for databas
Database Programming with Perl
β Scribed by Jacinta Richardson; Paul Fenwick
- Publisher
- Perl Training Australia
- Year
- 2007
- Tongue
- English
- Leaves
- 130
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Welcome to Perl Training Australiaβs Database Programming with Perl training module. This is a
two day training module in which you will learn how to interact with databases through Perl.
Course outline
β’ Accessing the database
β’ Programming with DBI
β’ SQL::Abstract
β’ Transactions
β’ Database security
β’ Class::DBI
β’ Removing passwords from your programs
β’ Working with remote connections
Assumed knowledge
This training module assumes the following prior knowledge and skills:
β’ Intermediate Perl fluency, including a familiarity with Perl variable types and references, file
input/output, system interaction and using Perl modules. Some experience of using Perl objects
would be useful.
β’ Basic Unix fluency, including logging in, moving around directories, and editing files
Module objectives
β’ Understand what a database is and why we use them
β’ Understand basic SQL commands
β’ Be able to use the database shell to access the database
β’ Understand why Perlβs DBI exists
β’ Use DBI to add, update, delete and select data in the database.
β’ Understand and use content from extra material.
π SIMILAR VOLUMES
One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based Web and Intranet applications.The primary interface for database prog
Here's your in-depth guide to creating database-driven applications using Perl.In this authoritative reference, Perl expert Brent Michalski uses plenty of examples to help you master Perl's capabilities in database applications with MySQL, PostgreSQL, and Oracle. Along the way, he explores practical
The book on Perl that experienced Perl programmers have been looking for, Effective Perl Programming explains idiomatic Perl, covering the latest release (Version 5). It includes information and useful examples about the structure, functions, and latest capabilities of the language, such a
Powerful and flexible, Perl has established itself as a premier programming language, especially as a tool for World Wide Web development, text processing, and systems administration. The language features full support for regular expressions, object-oriented modules, network programming, and proces
A good discussion of Perl graphics programming - however, it needs updating to discuss the GD 2 graphics library.