in reply to Re^2: Localtime Updating
in thread Localtime Updating

Yes. We all noticed that. But how many times does that piece of code get executed? It looks as tho' it's only called once, so the value of $localtime is set once but never changed.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^4: Localtime Updating
by Anonymous Monk on Feb 24, 2006 at 16:09 UTC
    How could I have it changing in every line inside of the loop?
      How could I have it changing in every line inside of the loop?

      By using any of the suggestions that you have already been given here.

      If they don't work, then the problem is somewhere in the code that you haven't shown us. I suggest that you strip your problem down to complete runnable program with about ten or twnety lines of code. Then we'll be able ot give you better help.

      --
      <http://dave.org.uk>

      "The first rule of Perl club is you do not talk about Perl club."
      -- Chip Salzenberg