I have a perl script that works fine but I would like to know how many times that script has been run on the web.
All counters I have found will tell me how many times a link is clicked but not how many times the submit button on a form has been used. Mayby inside the script a simple
( open data file and add one ) would be suffice .
Any suggestions.
update (broquaint): title change (was Count.) + added formatting