Perl Apache script runs from browser-perfroms as expected closes a running perl instance but when trying to launch a new perl instance it does nothing
I have a server running Perl and an Apache web server. I wrote a script which closes running instances of perl.exe and then launches them again, with some system() commands. When I try and run it from a browser it…