matrixmadhan has asked for the wisdom of the Perl Monks concerning the following question:
The problem with this as you can see is the maximum set of textarea fields that can be generated is only 2 sets.add_set_of_text_area; if ( $ENV{'QUERY_STRING'} =~ /^Button_name/ ) { add_set_of_text_area; # this displays 3 text area fields }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl + cgi - onclick generation problem
by almut (Canon) on Dec 11, 2008 at 06:08 UTC | |
by matrixmadhan (Beadle) on Dec 11, 2008 at 07:09 UTC | |
by almut (Canon) on Dec 11, 2008 at 07:28 UTC | |
by matrixmadhan (Beadle) on Dec 12, 2008 at 10:26 UTC | |
by matrixmadhan (Beadle) on Dec 12, 2008 at 11:07 UTC | |
|
Re: perl + cgi - onclick generation problem
by parv (Parson) on Dec 11, 2008 at 06:13 UTC |