
| Linuxtopia Contents |
Perl Tutorial - An Introduction to Perl |
| [an error occurred while processing this directive] |
Contents2. Course Requisites and GoalsThis course presumes participants have elementary programming experience in a procedural programming language such as C, Pascal, or Basic; and access to a system with Perl 4 or Perl 5 installed, such as MU Information & Access Technology Services's SHOWME and SGI systems. By completing this course and its homework, you should be able to:
To keep this a short course, we won't explain object-oriented
concepts and some other facilities appropriate for large projects. Perl, perhaps
more than any other computer language, is full of alternative ways to do the
same thing; we tend to show only one or two. We will try to stimulate by
examples of useful bits of code, results, and questions. Turn to the reference
materials for further explanation.
|