Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
However when trying to use this, I get the value of below, and not the actual form input value.$INPUT->param('about$cur_num')
What can I do to prevent this?CGI=HASH(0x15d58ac)->param('about1') CGI=HASH(0x15d58ac)->param('about2') CGI=HASH(0x15d58ac)->param('about3')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Retreiving CGI.pm input
by merlyn (Sage) on Feb 09, 2006 at 22:10 UTC | |
|
Re: Retreiving CGI.pm input
by Anonymous Monk on Feb 09, 2006 at 21:53 UTC |