in reply to Schedule::Cron refuses to work as I intend

use Schedule::Cron; $Schedule::Cron::DEBUG=1;

Replies are listed 'Best First'.
Re^2: Schedule::Cron refuses to work as I intend
by realn0whereman (Novice) on Feb 27, 2009 at 13:06 UTC
    ok new development. it works properly if i dont detach, but then it runs and doesnt allow my browser session to reach the page i intend. if i detach, it doesnt seem to run(but it does seem to get scheduled).
      How are you checking? Try use absolute path instead of ">>./file.txt"
        I love you. that did it. absolute path to the file :)