PERL BASICS:

Title (download link) Author
Author's description of submission + link to example or screenshot Date
Rating
Compatibility

ARRAY MANIPULATION Tailgunner
This small program shows you how to use arrays in PERL and how to manipulate them (add new items, remove items, get the length fo an array, ...)
no screenshot or example
23/5/2002
Rating: 9/10
Perl 5

FILE I/O Tailgunner
This code demonstrates the input & output of files. Simple things like open and close a file and read and write on files.
no screenshot or example
23/5/2002
Rating: 8/10
Perl 5

FOREACH STATEMENT Tailgunner
Shows the simple usage of the FOREACH statement, which allows you to "scroll" through an array to get each element
no screenshot or example
23/5/2002
Rating: 8/10
Perl 5

SPECIAL VAR $_ & STRING COMPARE Tailgunner
This example shows the function of PERL's special variable: "$_" and how to compare strings in a different way.
no screenshot or example
23/5/2002
Rating: 10/10
Perl 5