Hi Monks, I'm trying to make a routine which will return the same value for a short period of time, but, that value must stay the same for over a timeframe of 10 minutes.

print join(" ", localtime());
This will give me the values as SEC, MIN, HRS, .... ; but; I got a "five before twelve time-problem" with it; since; when it is 40, 59, that value will only stay the same for the last 20 seconds.

Any of you know anything which I can compare to; any modules available that will give me a number or value which changes only every 5 to 10 minutes on this planet ? Or any other ideas?

The meaning of this is to write a stateless seed/salt-id which does not depend on a written entry in a database but rather on its values (encrypted).


In reply to A value that stays a value (for some time) by freakingwildchild

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.