X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/1376138c9392575534de671ce7b6fbb05a578e19..c92c16d5c32aaf8fc61e7d008224eb8c44be438f:/PLP/FAQ.pod diff --git a/PLP/FAQ.pod b/PLP/FAQ.pod index 91965cb..7496f54 100644 --- a/PLP/FAQ.pod +++ b/PLP/FAQ.pod @@ -8,7 +8,8 @@ PLP::FAQ - Frequently Asked Questions about PLP =item What does PLP stand for? -PerlPage. The name used to be HTMPL, but HyperText Markup with Perl Language was too long. +PerlPage. The name used to be HTMPL, but HyperText Markup with Perl Language +was too long. =item Is PLP hard to install? @@ -48,17 +49,17 @@ design, you can add a little more speed. =item Can I use Perl's CGI module with PLP? -You certainly can! If you do not want %get and %post and the like, just not use -them. They will be generated on first access, so if you never access them, the -hashes are never filled. +You certainly can! If you do not want %get and %post and the like, just don't +use them. They will be generated on first access, so if you never access them, +the hashes are never filled. If you want to use CGI.pm's header functions, C