hello everyone,
please i wrote a perl script to run a .bat file using the syntax
system 'file.bat'. this works fine when i run it from the command prompt. but i tried saving the script as .cgi and put it inside the cgi-bin so that i can call it from the browser but this is not working
i will really appreciate all suggestions on how i can achieve this. i want a perl script that can run the .bat file when called from a browser