Kozz has asked for the wisdom of the Perl Monks concerning the following question:
If I call this page as<!--#include virtual="/cgi-bin/gallery.cgi" -->
how can I tell the CGI module to parse the QUERY_STRING from the original REQUEST_URI so that the CGI will behave as if I called it directly ashttp://domain.tld/filename.shtml?key=value&key2=value2
? Thanks for your help.http://domain.tld/cgi-bin/gallery.cgi?key=value&key2=value2
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I get CGI Parameters through a server-parsed HTML page?
by merlyn (Sage) on Jun 19, 2002 at 14:32 UTC | |
|
Re: How do I get CGI Parameters through a server-parsed HTML page?
by mendeepak (Scribe) on Jun 06, 2013 at 06:07 UTC |