inspecting files on web, with regular expressions

Then (after chmod u+x get.p*, ...) try either:
	get.pl http://weather.ou.edu
or
	get.py http://weather.ou.edu
You will see the output of various pattern matching within the index.html file found at http://weather.ou.edu.

get.p* also inspects local files. You are advised to do something like:

	wget http://weather.ou.edu
That will drop the index.html file into your directory. Then, for clarity,
	mv index.html temp.html 
Then try get.p* temp.html

Your task is found with the comments of get.p*. (Search for word "task").