punch_card_don has asked for the wisdom of the Perl Monks concerning the following question:
Using cgi.pm:
and of course referencing form parameters such as :$query = new CGI;
But how can I cycle through all the parameters, finding their names and values without knowing them in advance?$language = $query->param('lang');
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to cycle through CGI query params?
by ikegami (Patriarch) on Oct 25, 2006 at 00:40 UTC | |
|
Re: How to cycle through CGI query params?
by punch_card_don (Curate) on Oct 24, 2006 at 23:46 UTC | |
|
Re: How to cycle through CGI query params?
by cLive ;-) (Prior) on Oct 25, 2006 at 01:52 UTC | |
by ikegami (Patriarch) on Oct 25, 2006 at 02:58 UTC | |
by pKai (Priest) on Oct 25, 2006 at 21:07 UTC |