It so much depends on the precision of the job. Is it paramount to finish on time? Is the job to stop in-process when time is running out? Or is it rather unimportant?

Imagine your boss is coming round telling you to manually stamp envelopes for the next two hours. No reprogramming any printers, hands off the keyboard. Take that stamp and stamp away.

So you stamp an envelope each and then look at the clock or your watch, check the two hours haven't passed yet and proceed?

Or you absentmindedly stamp away, always fixing the clock with your eyes and let the stamp fly out of your hands when time's finally out?

In programming, you could calculate the time when to stop, create a sub stampit and a loop checking for the time out to be reached around calling that subroutine... in the first place. In the second, also check for the time inside the stamping routine and when time's out, leave it (i.e. return to end the loop) with the last; command.

Cheers, Sören

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)


In reply to Re: Perl script to run for x hours by Happy-the-monk
in thread Perl script to run for x hours by t-rex

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.