![]() |
|
"be consistent" | |
PerlMonks |
Answer: How do I get CGI Parameters through a server-parsed HTML page?by merlyn (Sage) |
on Jun 19, 2002 at 14:32 UTC ( #175700=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > CGI programming > How do I get CGI Parameters through a server-parsed HTML page? - Answer contributed by merlyn
You can't. If you use the deprecated #exec cgi directive rather than #include virtual, then they will be available.
But why not just have the entire page be generated by CGI? That would make more sense.
|
|