Get
More Information (PDF File)
Course Length
Instructor-Led Classroom
Daytime: 2
days, 9am-4pm
Evening: 4 evenings, 6pm-9pm
Instructor-Led
Online Learning
Daytime: 2-6Wks
Evenings: 2-6Wks
Instructor-Led
Self-Paced
Set Your
Schedule
Tuition
Includes
- Live Instructor
Assistance
- Server Space to
Upload and Test your Work
- CGI using Perl
Developer Certificate
- Course Manual
- Free One (1) year
Server Space to display your Portfolio
- Access to Course
Notes
What
you will know after completing this course:
-
How
to Process Forms
-
How
to Build a auto-responders with CGI
-
How
to use Form Results in your script
-
How
to retrieve form fields and send them by e-mail
Prerequisites:
Perl
stands for Practical Extraction and Report Language. It
is a text processing language that runs in a background
on servers. It enables web server to deliver up web
content in a fashion that is invisible to the viewer.
Perl is used on the
Internet to write CGI scripts. CGI scripts are the
programs that process information submitted primarily in
HTML form submissions. With forms you can spawn
automatic e-mail, run database searches and much more. Since
Perl has its origins in UNIX it is commonly used on UNIX
Web Servers.
When a User completes a
form and clicks on the Submit button, the form
parameters are sent to the web server. The server then
calls the CGI program .The CGI program processes the
data from the form and responds back to the server. The
Web server then forwards the response back to the
browser.
CGI
Programming with PERL II
|