in reply to Schedule::Cron determine next run time

You've passed in the address for UpdateFileTen, but you haven't defined it. That's what it's complaining about. Perhaps you've confused it with UpdateFileOne?

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Replies are listed 'Best First'.
Re^2: Schedule::Cron determine next run time
by kcott (Archbishop) on Mar 03, 2014 at 19:43 UTC
    "You've passed in the address for UpdateFileTen, but you haven't defined it. That's what it's complaining about."

    That's another problem but not the cause of the error: "Undefined subroutine &main::UpdateFile called at ..."

    -- Ken