I have a script that returns the URL of the page the script is on.
When the URL is returned I want to scrape the content of the page.
The problem I am having is that my script is re-reading it self and thus starting an infinite loop.
What can I do to stop that?