v3.25 release
[perl/plp/.git] / README
1 PLP - PERL IN HTML PAGES
2
3 PLP is yet another Perl embedder, primarily for HTML documents. Unlike
4 with other Perl embedders, there is no need to learn a meta-syntax or
5 object model: one can just use the normal Perl constructs. PLP runs
6 under FastCGI and mod_perl for speeds comparable to those of PHP, but
7 can also be run as a standard CGI script.
8
9 INSTALLATION
10
11 To install this module, run the following commands:
12
13     perl Makefile.PL
14     make
15     make test
16     make install
17
18 SUPPORT AND DOCUMENTATION
19
20 After installing, documentation will be installed as manual pages:
21
22     man PLP
23
24 It can also be found at CPAN:
25
26     http://search.cpan.org/dist/PLP
27
28 COPYRIGHT
29
30 Copyright (c) 2000-2002 Juerd Waalboer, 2005-2018 Mischa POSLAWSKY.
31 All rights reserved.
32
33 This software is free software; you can redistribute and/or modify it
34 under the terms of the MIT/X11 license (see COPYING).
35