in reply to Cross-platform GUI for UNIX based scripts
Hi,
All the above are pertinent for your problem. The solution you choose depend on the user population you address. I am realizing tailor made application for companies and chose the web-application solution.
Depending on the user population I use JavaScript to improve the user experience. If the user population is made of professionals I validate the data only on the server and do not use JavaScript for this purpose. This lowers the development costs.
My solutions base on:
A good part of my web-app page set up is listed here http://www.perlmonks.org/?node_id=1029920.
The back end of you application can be provided either by the PERL native functions, various PERL modules (i.e. File::Copy) or by the PERL system() instruction (watch your steps with this!).
Hope it helps
K
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cross-platform GUI for UNIX based scripts
by Anonymous Monk on May 24, 2013 at 10:04 UTC | |
by Zzenmonk (Sexton) on May 24, 2013 at 15:29 UTC | |
by Anonymous Monk on May 24, 2013 at 15:58 UTC |