If your reason for not using cron is that it is not available on the box, then you could consider using cron on a separate box and having it call a cgi script on your server at the given times (obviously with some authentication). Of course you need a separate box for this to work.

Also, you could do a google search on 'cron service'. I noticed a few companies that offer cron like services (although I have never used them, and could not give you a recommendation on them)...

Cheers,

- Cees

Update: Now that I know your reason for not wanting to use cron, I realize that my answer doesn't help you one bit. So you can ignore this message. For future questions, the more info the better. There is no such thing as too much info (There is always the 'readmore' tag if you are worried about the length of your post). Sorry I couldn't be of more help, but it looks like you got some good answers below...


In reply to Re: Scheduling without cron or modules by cees
in thread [untitled node, ID 282518] by Samn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.