I have a cgi file which calls a perl script. This perl script takes very long to execute. I want to run this script in a background and when the results are ready then an email will be sent to the user
When I run cgi. It calls the script but the browser continues to work till the perl script is done with its work
Please suggest how should I break the connection of cgi and the perl script