Cajt with help HTML:: Mason
Introduction
Because of complexity of the support, insufficient flexibility and the limited functionality the mankind for a long time already has refused static HTML-pages. Now it is accepted to separate design from a program code. For example, in case of use Perl, one of the most widespread languages of web-programming, business is reduced to generation of pages with the help of CGI-scripts, and the HTML-code was in the separate files - patterns consisting of a set tegov, variables and managing operators. The data received as a result of job of scripts, are passed a pattern which substitutes them instead of variables. There is a huge quantity{amount} of the modules, able to work with patterns. Some from them allow to include code Perl, the some people use the programming language. More in detail about application of various modules it is possible to learn{find out} from clause{article} [3].
Necessity each time to load interpreter Rerl, additional modules, to process sample files essentially loads the web-server. At the big popularity of a resource it can lead to to appreciable delay of job. The described lacks the module mod_perl for Apache is deprived. To the basic advantages mod_perl concern:
* Binding interpreter Perl to each process Apache;
* API to Apache:
* An opportunity of a spelling own obrabotchikov stages of performance of search - khehndlerov (handlers);
* An opportunity konfigurirovanija Apache;
* Caching Perl-modules.

|