| DESCRIPTION
Perl is a powerful object-oriented scripting
language used extensively across UNIX and Win32 platforms.
It is also the most commonly used Common Gateway
Interfacing (CGI) language on the Internet.
Perl's rich set of operators makes it easy to write
concise, robust data manipulation programs.
It is particularly powerful in manipulating text and other data through extensive use of regular
expressions, which give it powerful pattern matching, searching and replacing facilities.
Perl being Object Oriented also allows for the
development of reusable tools through Perl’s packages.
|
ASSUMED KNOWLEDGE
Previous experience with a procedural or
object-oriented programming language is assumed; familiarity with UNIX tools
(e.g., grep, sed, awk, tr) is helpful.
Knowledge of HTML (in particular forms) is useful
but not essential for CGI programming aspects of the course.
|