pgduke65 has asked for the wisdom of the Perl Monks concerning the following question:
I have a desire to create a script that would essentially present the user with an input form that they can fill out with values that would be used elsewhere in the process.
I could do so by prompting and getting input. Then prompt for the next value, etc. but this does not provide the user experience I hope to provide.
I have seen examples of using a web form. However, in this case, we are unable to install/use a web server. Is there a way to do data entry into a form on a terminal window?
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Terminal Form data entry
by roboticus (Chancellor) on Jun 20, 2013 at 01:07 UTC | |
by pgduke65 (Acolyte) on Jun 20, 2013 at 02:27 UTC | |
by roboticus (Chancellor) on Jun 20, 2013 at 15:04 UTC | |
|
Re: Terminal Form data entry
by Anonymous Monk on Jun 20, 2013 at 00:06 UTC | |
by pgduke65 (Acolyte) on Jun 20, 2013 at 02:23 UTC |