Simple Perl scripts completed as part of online exercises.
-
concordance.pl takes a word as input followed by a paragraph of text. It counts the occurrences of the word in the paragraph text.
-
wordcount.pl accepts a body of text (ending with a blank line)
A few Bash scripts that demonstrate some handy functions.