aa3b32f904ddb27e1fb424c880bc0b7e77d9bcee
[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