I had a rather strange occurence today with a Perl CGI script (running on a remote host under Linux/Apache). This script appends a message to a logfile each time it is run. This message includes the time, some processed data from the query, the remote host and the user agent. I refer to it often just to make sure people are getting the results they expect and, if not, to assist in debugging. In the process of fixing a bug, I also changed the format of the log data. Next, I posted my own query just to test the change, then checked the log file to see how it was processed. Everything looked fine. A couple hours later I checked the log file again to see how things were going with other queries. Everything looked normal except for two entries made more than an hour after my update. They bore the unmistakable format of the old version of my script! I asked my hosting company if they cached scripts in any way, and they said no. But I can't think of another mechanism for this kind of behavior to occur. Has anyone had similar experiences that may shed some light on this anomaly?

In reply to Script caching? by Dr. Mu

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.