The distinctive Perl camel is (c) O'Reilly
Perl Workshop Home Page
Home of the Bioinformatics Perl Workshop perl workshop > courses > introduction to mod_perl (3.1.1.1) > course home

course 3.1.1.1

Level: beginner
3.1.1.1 | beginner | 1 sessions
mod_perl is a powerful and widely used plugin to the Apache web server which serves dynamic Perl-CGI scripts much faster than normal CGI by caching code and providing a persistent Perl interpreter. Regular Perl-CGI scripts can be run in mod_perl, but they must conform to stricter coding guidelines, while keeping-in-mind other specific considerations. This course provides a basic understanding of mod_perl, guidelines to code for it, as well as how to port old CGI code, avoid pitfalls, optimize performance, and to configure Apache.

legend

course code

cat.course.level.sessions.session

e.g. 1.0.1.8

categories

0 | introduction and orientation

1 | perl fundamentals

2 | shell and prompt tools

3 | web development

4 | CPAN Modules

5 | Ruby

levels

level: all all ( 0 )

level: beginner beginner ( 1 )

level: intermediate intermediate ( 2 )

level: advanced advanced ( 3 )

[ the code for a course follows the convention category.id.level.sessions and uniquely identifies a course ]
3.1.1.1 Introduction to mod_perl

course home

Mod_perl is a powerful and widely used plugin to the Apache web server which serves dynamic Perl-CGI scripts much faster than normal CGI by caching code and providing a persistent Perl interpreter.

other in this category

3.0.1.3 | Introduction to CGI

other by same level

1.0.1.8 | Introduction to Perl

3.0.1.3 | Introduction to CGI

5.1.1.5 | Introduction to Ruby

other by same instructor

Other courses by Courtney Mills.