ok so i have installed active perl..(winnt//iis4)
I write a simple "hello world" script and it works fine - the page is output correctly.
now i need to call up an executable file on the server.
say i have test.exe
lets even say its in the cgi-bin
how do i call the program?
i just want the program test.exe to execute on the server.
it doesnt need to interact with anything just run.