I'm somewhat stuck. Since I can't decipher perldoc even though I read it over and over again I need your help once again.
I'm designing a web-search kind of application. Here's how it works, it first receives a word, then accesses a file full of URLS, takes them into an array, and it searches the URLS to see how many times the word appears in each page, then uploads the data into a database. Everything works, except one thing, I can't figure out how to keep the count of how many times the word appears on EACH URL. I suppose that the solution can be found in HTML-Parser, but I can't get it.
Thanks for answering.