Re: How Do I Use CGI->System Call As CronJob?
From: Captain Dondo (yan_at_NsOeSiPnAeMr.com)
Date: 10/31/03
- Next message: Anno Siegel: "Re: How Do I Use CGI->System Call As CronJob?"
- Previous message: Ben Morrow: "Re: mldbm error"
- In reply to: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Next in thread: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Reply: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 06:07:22 -0500
Public Interest wrote:
> The CGI still want for the exec to be finished!!!. I have printout from the
> EXEC. and it kept showing on my browser!!!
man bash:
exec If command is specified, it replaces the shell.
When you run 'exec', there is no longer a script to return to. exec is
the last command any script will run.
If you want to return to it, use 'system'.
I'm guessing that perl and sh are consistent in the use of 'exec' and
'system'.
-Dondo
-- What am I on? I'm on my bike, o__ 6 hours a day, busting my ass. ,>/'_ What are you on? --Lance Armstrong (_)\(_)
- Next message: Anno Siegel: "Re: How Do I Use CGI->System Call As CronJob?"
- Previous message: Ben Morrow: "Re: mldbm error"
- In reply to: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Next in thread: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Reply: Public Interest: "Re: How Do I Use CGI->System Call As CronJob?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|