Introduction to Perl
- Whats Perl?
- Variables and Types
- Flow Control
Pattern Matching
- Introduction to Matching
- The Binding Operator
- Regular Expressions
- Substitution
- Advanced Ideas
Functions
- Introduction to Functions
- String Functions
- Array Functions
- Test Functions
- User Functions
Files
- Introduction to Input and Output
- Standard Output, STDOUT
- Writing to Files
- Standard input, STDIN
- Reading from Files
- Reading Directories
- Editing File Contents
- Recursive Editing
|
Introduction to CGI
- Introduction to CGI
- First Page to Browser
- Printing HTML
- Serving HTML Files
- Serving Edited Files
The CGI Module
- Introduction to GET and POST
- The CGI Module, CGI
- Handling Forms
- Handling Form Errors
- Handling Fatal Errors
CGI In Use
- CGI In Use
- Site Search
- Presenting Data from a Database
- Handling Cookies
- Uploading Files to the Server
- Requesting Info from other Servers
|