Basic Foilset Search HELP! * GREY=local Full Index for

LOCAL foilset Introduction to Perl Programming: a Stroll Through Perl

Given by Nancy J. McCracken at ECS400 Senior Undergraduate Course on Spring Semester 1996. Foils prepared 27 February 1996
More Detail! * Foil Index from this file * See also color IMAGE

Text: Learning PERL (the Llama book), Randal L. Schwartz, OšReilly & Associates, 1993.
PERL4 is an interpreted language that can be regarded as a cross between C, Unix shell, sed and awk. It is a C-based language which can also deal directly with Unix commands and file system and easily do string processing matching.
In this course, we will concentrate not on using PERL in systems programming, but in using PERL for CGI programming, i.e. implementing programs activated from Web pages.
In general, we use PERL for tedious high level things which can take a long time to program but not much execution time. For computationally intense programs, we would use a compiled language such as C.
Our first lecture on Perl will show a series of small programming examples from Chapter 1 of the Learning Perl book, designed to illustrate the main features of the language. Later we will cover each topic in more detail.


Table of Contents for Introduction to Perl Programming: a Stroll Through Perl


1 Separate IMAGE * Separate HTML Introduction to PERL Programming:
a Stroll Through Perl
from "Learning Perl" by Randal L. Schwartz
2 Separate IMAGE * Separate HTML PERL4
3 Separate IMAGE * Separate HTML The Simplest Program: Hello, World!
4 Separate IMAGE * Separate HTML Scalar Variables and Keyboard Input
5 Separate IMAGE * Separate HTML Conditional and Comparison
6 Separate IMAGE * Separate HTML While Loop
7 Separate IMAGE * Separate HTML Arrays, also known as lists
8 Separate IMAGE * Separate HTML Associative arrays
9 Separate IMAGE * Separate HTML Regular Expressions and String Matching
10 Separate IMAGE * Separate HTML Substitute and Translate Operators
11 Separate IMAGE * Separate HTML Subroutines
12 Separate IMAGE * Separate HTML Reading Files
13 Separate IMAGE * Separate HTML Sending commands to the operating system
14 Separate IMAGE * Separate HTML Formatting output and using file names
15 Separate IMAGE * Separate HTML Further Topics

Full WebWisdom URL and this Foilset Search
Alias List This contains all WebWisdom links preceded by those referenced in this foilset

List of WebWisdom URL's Used in this Foilset


Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed Feb 19 1997