make mod_perl request object a global in PLP::Apache only
[perl/plp/.git] / plp.cgi
1 #!/usr/bin/perl
2
3 # This script is not installed automatically, and is not needed for mod_perl
4 # installations.
5
6 use PLP;
7 PLP::everything();
8
9