in reply to Run perl exe with input on windows

Your question is kind of all over the place...

You want to run a perl script or is it a binary executable (exe)? You will need perl compiled for Windows to run a perl script on Windows. You're right, you can't run it 'from html pages,' whatever you mean by that =P

If you really don't want to install perl for this user, compile your script into an exe (Perl2Exe) and write your GUI into your script using something like Tk.

Replies are listed 'Best First'.
Re^2: Run perl exe with input on windows
by mailmeakhila (Sexton) on Apr 11, 2012 at 20:56 UTC
    Thank you. Ill use Tk for GUI.