Perl Tutorial: Start


Please note: This tutorial was written in the early 1990's for version 4 of Perl. Although it is now significantly out of date, it was a popular source of information for many people over many years. It has therefore been left on-line as part of the historical archive of the Internet.

Please also note that many of the external hyperlinks no longer function.

This is the start of a tutorial on Perl, originally run by me, Nik Silver, as the first part of a one-day hands-on workshop at the School of Computer Studies, University of Leeds, in the UK. The second part of the workshop looked at designing pages for the World Wide Web using Perl to deal with buttons and text boxes to generate custom Web pages on the fly. Creating a Web page without all these things is a much easier task. There is information about how to do this at Leeds but otherwise you should look at NCSA's definitive Beginner's Guide to HTML.

There are plenty of other Perl tutorials around, and most (if not all) of them can be found at the UF/NA Perl Archive. However I wanted something that included exercises developing a consistent theme; none of the others seemed to do this.

This tutorial assumes a very basic knowledge of UNIX and concentrates on how to write basic working perl programs. It does not explain why many things are as they are, nor does it draw generalisations about the language; it is assumed that the reader can make most of these inferences correctly for themselves. You can find more information on those topics elsewhere (see above).

This tutorial is available in plain text format on anonymous FTP at ftp://agora.leeds.ac.uk/scs/doc/. The first file to get is whole-perl-tutorial.readme which explains what to do about the main file whole-perl-tutorial.txt.gz.

Thanks to Neil Bowers whose Perl page is where I ripped off the camel icon (though he ripped it off someone before me, of course) and to our Support team for their technical wizardry.

The structure of this tutorial is as follows:


Back to SCS Miscellaneous Information