| Synopsis |
This in-depth course teaches students many advanced features of Perl,
using a single progressive project as the focus.
|
| Target audience |
This course is appropriate for application developers, DBAs, advanced
users, system administrators and Web site administrators, and anyone
else who wants to automate or simplify common tasks.
|
| Prerequisites |
In addition to a user-level knowledge of an operating system such as
UNIX or Windows 95, students should have a solid grasp of basic Perl
programming. Of course, a good prerequisite is our
Programming Perl class.
|
| Lab exercises |
After the first two chapters, which review basic Perl material and
introduce some advanced techniques, all remaining labs are focused on
creating a progressive real-life project: building a database of
workstation information. Each chapter's lab will contribute to the
overall goal. For instance, in chapter 5, students will make a
library module to build and query the database; in chapter 6 they will
create a Host object; in chapter 9 they will create a graphical
front-end for the database.
|