perlpreben has asked for the wisdom of the Perl Monks concerning the following question:
I want a webpage(cgi script) to execute a perl script , but continue loading the webpage. Now it waits until the program is done, THEN continues.
I have read documentation on exec, system, backticks, and tried numerous examples but can make it work.
Its running on a unix system, so I also tried appending & at the end of the command, but that doesnt work either
Any clue?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Execute as new process?
by jakobi (Pilgrim) on Sep 29, 2009 at 20:50 UTC | |
Re: Execute as new process?
by Joost (Canon) on Sep 29, 2009 at 21:18 UTC | |
Re: Execute as new process?
by Illuminatus (Curate) on Sep 29, 2009 at 20:49 UTC | |
Re: Execute as new process?
by corenth (Monk) on Sep 29, 2009 at 21:53 UTC | |
Re: Execute as new process?
by Utilitarian (Vicar) on Sep 29, 2009 at 20:40 UTC | |
Re: Execute as new process?
by Anonymous Monk on Sep 30, 2009 at 04:46 UTC |