get.pl http://weather.ou.eduor
get.py http://weather.ou.eduYou 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.eduThat will drop the index.html file into your directory. Then, for clarity,
mv index.html temp.htmlThen try get.p* temp.html
Your task is found with the comments of get.p*. (Search for word "task").