bhikshu has asked for the wisdom of the Perl Monks concerning the following question:
I have set up a web page under IIS 7 which calls a perl cgi script.
This perl cgi launches another perl script using backticks.
Whenever this second script is launched and if web page is being accessed from same server where IIS is installed, a command prompt is displayed with it's title being E:\Perl\bin\perl.exe which is where I have installed perl.
Is there a way to hide this window and let the execution of second script be done as a background process?
Thanks in advance for your help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Command Prompt while executing perl script through cgi
by Anonymous Monk on Sep 25, 2013 at 06:13 UTC | |
by TJPride (Pilgrim) on Sep 25, 2013 at 20:02 UTC | |
|
Re: Perl Command Prompt while executing perl script through cgi ( hide command prompt )
by Anonymous Monk on Sep 25, 2013 at 07:08 UTC |