X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/693387f6e6cf5efde73b10242253bb38baf1612a..65a8aed85aa78407018da99ab616f632f40a8eb9:/PLP/FAQ.pod diff --git a/PLP/FAQ.pod b/PLP/FAQ.pod index da4fbe7..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