Introduction to Perl Part 1, part of a two part series, provides a basic introduction to the Perl language. It covers scalar data, arrays, branching and looping, input and output, regular expressions and functions. Write scripts using the fundamental Perl building blocks.
Course Objectives:
As a result of taking this course, you will be able to:
•Describe the fundamental data types for Perl
•Create and access arrays
•Program with branching and looping constructs
•Create and access hashes
•Input from the keyboard and output from the screen
•Utilize regular expressions with Perl
•Create and use functions
Prerequisites:
None but previous programming language experience is recommended.
There are no comments yet.