PERL1 - Introduction to PERL/CGI
| Categories |
Programming Training, Internet Training, Scripting Training |
| Duration |
2 days (14 hours) |
| Pre-requisites |
A solid knowledge of HTML 4.0, including forms and form properties, is assumed. In addition, students should be familiar with the process of uploading files to a web server via FTP.
Web Design with XHTML, HTML, and CSS: Level 1.
Web Design with XHTML, HTML, and CSS: Level 2.
Web Design with XHTML, HTML, and CSS: Level 3.
|
|
|
|
| Courseware |
PERL1-EK-01 (200 pages) |
| Price |
$790 |
| Notes |
Individuals with some programming and web communications programming expertise. They may also be looking for a quick entry into Perl for the purpose of code maintenance and understanding.
|
Web development is a complex task. With your strong base in HTML, you know how the web works. Now you want to write programs to interact with web servers by retrieving or uploading data. This course will introduce you to programming in Perl and then to using Perl in web development.
Structuring Data
Store Data in Scalars and Lists
Store Data in Arrays
Store Data in Hashes
Manipulate Data Using Operators
Programming with Conditional and Loop Statements
Control Program Flow Using Conditional Statements
Perform Program Iterations Using Loop Statements
Searching for Text Patterns with Regular Expressions
Create Pattern Match Expressions
Precompile Regular Expressions
Manipulate Strings
Implementing Subroutines
Incorporate Built-In Functions
Create Subroutines
Accessing Data in Files
Administer Files
Read from and Write to a File
Implementing Modules
Apply the OOPs Concept
Incorporate Modules
Manage Modules
Communicating with the Server Using CGI
Send Information to the Server
Send Information to the Server Using CGI.pm
Debug Using CGI::Carp.pm
Embed JavaScript in CGI
Maintaining State with Sessions and Cookies
Create Cookies
Create Sessions
Implementing CGI Techniques
Display Non-Text Elements
Send Email Using Modules
Include HTML Templates
Accessing Databases
Interact with Databases
Update a Database Using Forms
Query from a Database