|
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 work handle complex situations
with arrays.
-
How
to write a Perl program to pull records from a text
file with a particular keyword
-
How
to create a Searchable index
-
Database
interaction with CGI/Perl
Prerequisites:
In
this program students learn how use Perl to interact
with databases, send bulk e-mails, and create user registration
forms
and much more
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 and 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.
|