in reply to Have perl to start another perl script

merlyn wrote Watching long processes through CGI, which allows you to run a process in the background and monitor the progress through a CGI script. If you "just" want to launch another script, the system function is what you want/need.

  • Comment on Re: Have perl to start another perl script