How to send arguments with a redirect?

2009-01-15 Thread evil...@gmail.com
Hi I have the following two scripts test.cgi displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem I am having is that I can never get the arguments successfully sent! Redirect without arguments works fine - but the various approached

Re: How to send arguments with a redirect?

2009-01-15 Thread Gunnar Hjalmarsson
evil...@gmail.com wrote: Hi I have the following two scripts test.cgi displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem I am having is that I can never get the arguments successfully sent! Try this in test.cgi: use CGI; use

Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Karthik Vemula
Hi I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database cwt_page_content with

Re: Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Gunnar Hjalmarsson
Karthik Vemula wrote: I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database