in reply to Terminal Form data entry

pgduke65:

If you don't mind a bit of VBScript programming, you could use your web browser without having a web server by creating an "HTML Application". They're not my favorite way of doing things, but it's a relatively easy way to cobble up a "pretty" front end. The concept is that you have an HTML form with some VBScript code behind it. In that VBscript code you can execute your perl scripts and such. If you want to find information about it, do a web search on "HTA application" and you'll get some useful results.

I've made exactly *two* of these in my life. I found them a little annoying to build/debug, but that's not necessarily and indictment of them, as I also find web applications, HTML and javascript all annoying anyway. (I'm a console/CLI guy, and if you look at my screen at any given time, you'd normally see it plastered with console windows, except when I'm web-surfing.)

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Terminal Form data entry
by pgduke65 (Acolyte) on Jun 20, 2013 at 02:27 UTC
    Wow, never really thought about that. Cool to know it can be done. In this case I am running on a Linux platform. As far as I know VB Script is a Win only thing. But then again, I did not think of calling Perl from VB Script either :). Thanks for the help. I appreciate it very much.

      pgduke65:

      Yeah, on Linux this just doesn't apply. I'm looking into the Prima gui stuff for making some apps with nice front ends. I haven't had much time to work on it yet, so I can't speak for how good it is yet. But so far, I find it interesting.

      ...roboticus

      When your only tool is a hammer, all problems look like your thumb.