basm101 has asked for the wisdom of the Perl Monks concerning the following question:
where $item is set to value1 then value2 then value3 etc.$get = $cgi->param('$item');
there is no problem.$get = $cgi->param('value1');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: $variables when retrieving cgi params
by davorg (Chancellor) on Apr 07, 2003 at 15:35 UTC | |
|
Re: $variables when retrieving cgi params
by derby (Abbot) on Apr 07, 2003 at 15:37 UTC | |
|
Re: $variables when retrieving cgi params
by Ovid (Cardinal) on Apr 07, 2003 at 16:40 UTC | |
|
Re: $variables when retrieving cgi params
by Juerd (Abbot) on Apr 07, 2003 at 15:41 UTC |