frasco has asked for the wisdom of the Perl Monks concerning the following question:
It sends the $id value to the Url and, as I hope, I should be able to retrieve the $id value in test.cgi. But unfortunately I can not. In test.cgi if I type: print "this is param: " param();, the output is: this is param: id$testo=qq(<a href="/cgi-bin/a_test/test.cgi?id=$id">$testo</a>);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing param value throughout GET method
by samtregar (Abbot) on May 20, 2008 at 20:29 UTC | |
|
Re: passing param value throughout GET method
by leighsharpe (Monk) on May 21, 2008 at 05:25 UTC |