michael99 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, wish to get some idea from here.
I am going to use html to create a checkbox with multiple choices and submit button to display user's choice at the end (idea from https://www.w3schools.com/jsref/prop_checkbox_checked.asp). How could I use perl script to get the final display message from the html? I would need the message to dump into my current xml file. Any idea?
[Notes: I have a on-going script for pre-process, so I need to use the same script for post process].
2020-04-20 Athanasius linkified the w3schools href, de-linkified "Notes: ...", added paragraphs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl handle html checkbox
by Corion (Patriarch) on Apr 18, 2020 at 06:35 UTC | |
|
Re: Perl handle html checkbox
by marto (Cardinal) on Apr 18, 2020 at 07:56 UTC | |
|
Re: Perl handle html checkbox
by NetWallah (Canon) on Apr 18, 2020 at 07:13 UTC |