Network Programming w/Perl
Network Programming With Perl Course Description:
If you already know the concepts of modules, object-oriented method syntax, and references, and want to write programs that operate across network connections, this course is for you. By the end of the course you will understand how to program general client/server applications in Perl, and how to use Perl to interact with a variety of common services.
Key Objectives:
- You will learn Socket programming
- How to handle issues of performance, data integrity, and security
- Checking network and computer reliability
- Use of common modules to perform file transfer (FTP), getting e-mail (POP), sending email (SMTP) and Telnet connections with Perl
Prerequisites:
This course is for the graduate of the "Object-Oriented Perl" course, or someone with equivalent expertise: You know the syntax for object-oriented methods and inheritance, what the 'use' statement does, and how to construct lists of lists.

