lightoverhead has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks:
I have a quick question.
I tried to build a query form, one mode of this form is that from a scrolling list like format when a user "selects" an element of this list, the program will automatically generate another list with elements of actions for further selection under the previous scrolling list.
Note: the "selects" here means just using mouse to click on the selected element, it doesn't involve click on a submit button.
I am wondering if Perl CGI can do it. Or Perl can have some event driven module to carry out such task.
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can Perl CGI do it?
by marto (Cardinal) on Apr 19, 2012 at 16:01 UTC | |
|
Re: Can Perl CGI do it?
by Corion (Patriarch) on Apr 19, 2012 at 16:03 UTC | |
by lightoverhead (Pilgrim) on Apr 19, 2012 at 16:29 UTC | |
by Anonymous Monk on Apr 19, 2012 at 16:47 UTC | |
|
Re: Can Perl CGI do it?
by Anonymous Monk on Apr 19, 2012 at 15:59 UTC |