b1rd has asked for the wisdom of the Perl Monks concerning the following question:
I'm newbie in cgi. I have following problem. I have one cgi script where is:
print td([$hash_ref->{name}, a({-href=>'https://xxx.xy/cgi-bin/test.cgi'},$hash_ref->{ip}]),Tr etcI would like to call test.cgi in new page, when I click on IP address. I want to display in this new page for example the IP address which was clicked.
So, my problem is, that I don't know how to pass informations from one script to other to show informations in the new page.many thanks
p.s. sorry for my englishjanitored by ybiC: Balanced <code> tags around snippet, minor formattting cleanup
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with CGI
by Jaap (Curate) on Sep 30, 2003 at 09:23 UTC | |
by b1rd (Novice) on Sep 30, 2003 at 13:23 UTC | |
by kutsu (Priest) on Sep 30, 2003 at 17:53 UTC |