You can use google to perform a search of all your site's webpages, so lets say I wanted to search my site for the word 'Nirvana' I would write the following into the search box - Nirvana site:baz.perlmonk.org
THis could also be done by entering the following string into the browser address box - http://www.google.com/search?hl=en&q=Nirvana+site%3Abaz.perlmonk.org
Now lets say I want to simulate this effect from within my own site. To do this I would produce the above sting, but instead of opening up the results page I want to be able to parse the information and produce my own output. Therefore, how can i use perl to recieve the html output of a particular page, and how could I go about parsing this information...