On 10/26/07, Cheellay Zen <[EMAIL PROTECTED]> wrote: > Hello, > > I need to restart the host several times in the process of my script, > and I'd like the script to keep working after restarting, > How can I do this? >
Hi, You may consider to use a local file for record the current process case (including process logic and datas).After restarting,read the before case from the file and continue the unfinished logic,if it's possible. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/