Hello Monks, I have a question. My script is finally working (thanks to you all), I couldn't have come this far without your contributions. Anyways, what it's suppose to do is: it goes to web pages and gets the source code and looks for info (numbers) and does some math with them. The latest version is working if I save the source of a web page in a text file and parse it with my perl script.
I supply the html address of the page and it gets and saves source in a file. Some links provide the addresses, but some links don
't contain the address for my destination. Instead, they initiate a java script or something. I get to the page when I click on it but my script needs to get there. How do I get around this. Any ideas???
Thanks