It depends on how you define "the counters". If that is based on the webserver's logfile, nothing should be done in addition to fetching the page. If it's based on some image (sooo 1990's ;-) you will have to request the image, not the site. But that's cheating ;-)
--
b10m
All code is usually tested, but rarely trusted.
| [reply] |
by counters i mean the little "coxes with numbers" that counts enteries to the website.
and what does it mean to "fetch the page" ?
| [reply] |
Fetching/Requesting a page is rather simple using LWP::Simple. Please read that first, for it contains more information than I could post here. If, after that, you still have questions (which I doubt), please post the code that fails here, so we can have a look at it.
Update: You've asked close to the same question before. Once again, please do read the documentation first, try something out and post failing code, so we could help you. We're not going to write (cheating) scripts for you here.
--
b10m
All code is usually tested, but rarely trusted.
| [reply] |