| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung |
| programmiersprachen:perl [2006/12/25 00:31] – st | programmiersprachen:perl [2012/06/02 20:32] (aktuell) – st |
|---|
| | ====== Perl ====== |
| | [[wpde>Perl]] ("Practical Extraction and Report Language") ist eine freie, plattformunabhängige und interpretierte Programmiersprache. |
| |
| | {{programmiersprachen:perl-einfuehrung.pdf|Perl-einführung.pdf}} |
| | |
| | ===== Perl mit Apache ===== |
| | ==== Konfiguration ==== |
| | ob man das innerhalb einer bestimmten Location machen MUSS ist mir noch nicht ganz klar, jedenfalls funktioniert es so. |
| | |
| | <code> |
| | # Perl |
| | PerlModule ModPerl::Registry |
| | Alias /perl/ /var/www/perl/ |
| | <Location /perl> |
| | SetHandler perl-script |
| | PerlResponseHandler ModPerl::Registry |
| | PerlOptions +ParseHeaders |
| | Options +ExecCGI +Includes |
| | </Location> |
| | </code> |
| | |
| | ==== Links ==== |
| | |
| | * [[http://perl.apache.org/|Welcome to the mod_perl world]] |
| | * [[http://perl.apache.org/docs/2.0/user/install/install.html|Installing mod_perl 2.0]] |
| | * [[http://linux.wku.edu/~lamonml/web/apache/mod_perl/index.html|mod_perl Installation]] |
| | * [[http://lehrerfortbildung-bw.de/itberufe/kap_5/perlcgi/perl.html| Einführung Perl]] |
| | * [[http://www.thesitewizard.com/archive/addcgitoapache.shtml|How to Add Perl CGI Script Support to Your Apache Server on Windows]] |
| | * [[http://www.thesitewizard.com/archive/servererror.shtml|Perl CGI Debugging: Solving a 500 Internal Server Error]] |
| | |
| | * [[http://ubuntuforums.org/archive/index.php/t-16578.html|Apache2 and perl]] |
| | * [[http://lists.slug.org.au/archives/slug/2005/07/msg00232.html|[SLUG] Perl with Apache2]] |
| | * [[http://www.perl.com/pub/a/2006/11/30/html-template-filters.html|Advanced HTML::Template: Filters]] |
| | |
| | ===== Datumsberechnungen ===== |
| | * [[http://www.linux-magazin.de/Artikel/ausgabe/2006/02/perl/perl.html|Datumsberechnungen |
| | Perlsche Zeitmaschine]] |
| | * [[http://guest.engelschall.com/~sb/download/Date-Calc/Calc.html|Date::Calc (Handbuch-Seite)]] |
| | * [[http://www.oreilly.de/catalog/perlmodger/manpage/calc.htm|Date::Calc - Datumsberechnungen nach dem Gregorianischen Kalender]] |
| | * [[http://sysadminscorner.uherbst.de/perl/date.html|Datumsberechnungen in Perl]] |
| | * [[http://www.jan-trippler.de/progs/check_date.html|verschiedene Datumsberechnungen]] |
| | |
| | |
| | |
| | ===== Links ===== |
| | * [[http://de.selfhtml.org/perl/|Selfhtml: Perl]] |
| | * [[http://perl-seiten.privat.t-online.de/|Die Programmiersprache Perl]] |
| | * [[http://www.perlscripts.de/|Perlscripts]] |
| | * [[http://www.perl-community.de|Perl-Community.de]] |
| | * [[http://perldoc.perl.org/index-tutorials.html|Perl tutorials]] |
| | * [[http://perldoc.perl.org/index-language.html|Perl Language reference]] |
| | * [[http://www.perl.org/books/beginning-perl/|Beginning Perl]] |
| | * [[http://www.perl.com/pub/a/2000/10/begperl1.html|Beginner's Introduction to Perl]] |
| | * [[https://www.linux-magazin.de/Artikel/Perl|Linux-Magazin Perl-Artikel]] |
| | * [[http://de.wikibooks.org/wiki/Perl-Programmierung|WikiBooks: Perl-Programmierung]] |
| | * [[http://www.mathe2.uni-bayreuth.de/perl/|Perl Kurs]] |
| | * [[http://search.cpan.org/|CPAN Search]] |
| | * [[http://www.catalystframework.org/|The MVC framework]] [[http://search.cpan.org/~jrockway/Catalyst-Manual-5.700501/lib/Catalyst/Manual/Tutorial.pod|Catalyst Tutorial: Overview]] |