Next: Creating the Program
Up: Introduction to Perl
Previous: Getting and Installing Perl
We will develop first Perl program will show how to display a
line of text on your monitor. This is not a very elaborate program
but here we focus on the mechanism of writing and running Perl
programs:
- First, you create a text file to hold the Perl program.
- Then you run or execute the Perl program file.
dave@cs.cf.ac.uk