in reply to Gracefully exiting and restarting at a later time.

So you want to Sounds like a Database to me.

sqlite is a small, easy, free and fast database - it would be a good candidate to get started with.

            "XML is like violence: if it doesn't solve your problem, use more."

  • Comment on Re: Gracefully exiting and restarting at a later time.

Replies are listed 'Best First'.
Re^2: Gracefully exiting and restarting at a later time.
by Largins (Acolyte) on Dec 21, 2011 at 11:37 UTC

    Hello

    Well, I am already using sqlite for the storage database, and as stated File::Find to walk the tree. I however am not saving my previous location in the database, but that would complete the where. And a trigger activated from sqlite3 could initiate the operation. Good idea.

    Largins