Einführung in die Perl-Programmierung
von
Oliver Corff
Beispiele
	- MAA: Mongolian
			Abbreviations and Acronyms. A Database
 
	- acrobase.txt: 
			The CGI Source of the Mongolian Abbreviation
			Database
 
	- akuimp.pl: Import
			Program for creating the OS dependent database
			of MAA
 
	- akuproc.pl: Command line
			version of MAA
 
	- JAPH: Just Another Perl Hacker.
			Directly taken from CPAN
 
	- maketongoruu.pl*: 
			Ein typisch Perl-iges Beispiel zur rückläufigen
			Sortierung einer Wortliste. Notoriously Perl-ish
			attempt for creating reverse word lists
 
	- n-queen.pl: One attempt
			for solving the Eight Queens Problem, written
			in Perl, taken from CPAN
 
	- nn-queen.pl: Another attempt
			for solving the Eight Queens Problem, written
			in Perl, taken from CPAN
 
	- run.pl: Laufzeit und Perl-Code
			hängen eng miteinander zusammen, wie dieses 
			Beispiel zeigt. This example shows the intimate
			relationship between idiomatic coding and runtime
			efficiency in Perl
 
	- testbed.pl: zum Erproben
			einzelner Perl-Kommandos, ohne dabei jedesmal
			den Zyklus Editieren -- Speichern -- Testen 
			durchlaufen zu müssen (aus T. Christiansens
			Learning Perl
 
	- unix2mls.pl.Bad: 
			Ein gutes Beispiel für schlechten Code
 
	- unix2mls.pl.Good:
			Das gleiche Problem, etwas besserer Code