I restarted the server and it doesn't look like it solved the problem. :-( I'm assuming then, that this is not related to mod_perl. Correct?

"...Is your script a standard CGI script?..."

Umm, as opposed to...??? Yes, I'm using CGI if that was your question. I'm sorry, I'm afraid you're a little over my head here. Everything I've learned about perl was on my own and doesn't extend much farther than coding and installing modules.

"...You might verify this by having your script log its start time, process ID, version and the full path and modification time of the file loaded. Log this every time your script handles a request..."

Is this different than the access logs? I was able to find an apache .pid file, but that simply contains the number "3067" and isn't changing.

I'm checking out CGI::Log and CGI::LogCarp. Is something like that what you were referring to? Sorry if this is a stupid question: if I modify my code to include logging and I have a problem with my code caching, how would I be able to log my old script that doesn't log but is still in the cache?

I don't know if this is helpful information, but I've been working on this site for well over a year. The problem started slowly at first. Gradually over time, this has been increasing. Now, I'm getting more of my old script versions than of the current versions. This site is the intranet and internal home page of my company of approximately 180 employees, so it gets a lot of hits throughout the day.


In reply to Re^6: apache/perl caching problem by ksublondie
in thread apache/perl caching problem by ksublondie

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.