in reply to Re: automation of perl program and another standlone program(run in dos) with html frontend
in thread automation of perl program and another standlone program(run in dos) with html frontend

Since this is a Windows system, PerlScript would be an alternative to using a web server.
  • Comment on Re^2: automation of perl program and another standlone program(run in dos) with html frontend

Replies are listed 'Best First'.
Re^3: automation of perl program and another standlone program(run in dos) with html frontend
by NetWallah (Canon) on Feb 16, 2008 at 20:13 UTC
    The OP seems to want SERVER-SIDE perl, so, perlscript may well be an option. However, it still requires web-server configuration, although the Activestate install does most of it if allowed to.

         "As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom

      The OP didn't say anything about client-server (only that he wants a HTML GUI), and PerlScript can be run client-side. It's just an ActiveX control.

      Yes, you could add IIS and ASP to the mix to run PerlScript server-side, but that's not the option I was proposing.