𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Database Programming with Perl

✍ Scribed by Jacinta Richardson; Paul Fenwick


Publisher
Perl Training Australia
Year
2007
Tongue
English
Leaves
130
Category
Library

⬇  Acquire This Volume

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


Programming the Perl DBI: Database progr
✍ Tim Bunce;Alligator Descartes πŸ“‚ Library πŸ“… 2011 πŸ› O'Reilly Media 🌐 English

<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

Programming the Perl DBI: Database Progr
✍ Tim Bunce, Alligator Descartes πŸ“‚ Library πŸ“… 2000 πŸ› O'Reilly Media, Inc. 🌐 English

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

Perl Database Programming
✍ Brent Michalski πŸ“‚ Library πŸ“… 2003 πŸ› Wiley Pub 🌐 English

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

Effective Perl Programming: Writing Bett
✍ Joseph N. Hall, Randal Schwartz πŸ“‚ Library πŸ“… 1998 πŸ› Addison-Wesley Professional 🌐 English

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

Effective Perl Programming: Writing Bett
✍ Joseph N. Hall, Randal Schwartz πŸ“‚ Library πŸ“… 1998 πŸ› Addison-Wesley Professional 🌐 English

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

Graphics Programming with Perl
✍ Martien Verbruggen πŸ“‚ Library πŸ“… 2002 πŸ› Manning Publications 🌐 English

A good discussion of Perl graphics programming - however, it needs updating to discuss the GD 2 graphics library.