ok, hmmm... Some new points to ponder. I guess I kind of assumed that javascript was pretty ubiquitous. I do have access to "real" server access logs provided by my host. But where's the fun in that, when I can write scripts to do things?
Ummm... file locks? I am not updating the counter file myself, the perl program in the cgi-bin directory does that. It is just a simple increment script that increments the number in the file supplied to it by the calling command. I have made sure that there is a count file for every page, with the same name as the content page, but with no extension (it seems the perl code wants it this way), and that the javascript call in the webpage has the name of the count file for that page. So it all lines up nicely.
Now I am trying to figure out how to add LWP to my cygwin installation so that I can request the count files, and put the numbers into a report that shows each page that is visited. To be sure, I can validate this against the server logs if I want, but again, where's the fun in that?
It's great to have come this far after so long, but now I want to do all the cool stuff that the big people do with real websites, but I can still only barely crawl.
Can you explain the file locking thing a little more for me please? If need be, I can supply the count program code, to check it to see if it locks files.
Thanks for your help.

In reply to Re^4: What's the deal with apostrophes? by tallCoolOne
in thread What's the deal with apostrophes? by tallCoolOne

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.