Shell and Perl Programming I
Level 2 (CQFW Level 5), 20 Credits.
Available Dates:
- Dates:
- No upcoming courses.
Register interest in this course...
Let us keep you up to date about when the course will run again.
Course Description
This module aims to provide a sound foundation in programming, and is structured so that an appreciation of good practice is gained as well as the essentials of the Bourne shell, C shell, awk and Perl scripting languages.
Who is this course for?
This course is ideal for the student who wants a good general introduction to computer programming.
Learning and Teaching
This module includes a mix of traditional lectures and laboratory sessions. Each meeting starts with a lecture and finishes with a laboratory session.
Coursework and Assessment
To award credits we need to have evidence of the knowledge and skills you have gained or improved. Some of this has to be in a form that can be shown to external examiners so that we can be absolutely sure that standards are met across all courses and subjects.
During the course, you will be given assignments to be submitted to the course tutor. At the end of the course, there will be a class test.
The most important element of assessment is that it should enhance your learning. Our methods are designed to increase your confidence and we try very hard to devise ways of assessing you that are enjoyable and suitable for adults with busy lives.
Syllabus
- Introduction to some essential UNIX commands
- Controlling access of files and directories using the chmod command
- Introduction to the Shell (UNIX Command Interpreter)
- Discussion of the four phases of shell interpretation, namely command substitution, parameter substitution, blank space interpretation and filename generation
- Shell programs (scripts) and shell parameters
- Use of the if, for, while and case program constructs in the Bourne shell
- Use of the if, foreach, while and switch program constructs in the C shell
- Use of logical operators in both the Bourne and C shells
- Keyboard input in both the Bourne and C shells
- Use of the awk command to process a file of data
- Using awk functions within awk scripts
- Introduction to Perl scripts
- Use of mathematical operators and functions in Perl
- Comparison operators and the use of the if, while, do while, until, do until and for statements
- Use of the diamond (<>) operator to process the contents of a file
- Use of arrays in Perl and initialisation of an array from keyboard input
- Using string operators and string functions in Perl
- Using filehandles to access files and the die and eof functions
Reading suggestions
Schwartz, R.L., Phoenix, T. (2001) Learning Perl. O’Reilly & Associates, 3rd edition
