barjunk wrote: > > z wrote: >> I'm trying to write a script to read a list of URLS, get the HTTP >> response headers and <title> (if there is a page there) from each URL, >> and output to a CSV file in this format: >> URL, header, <title> >> > snip > > have you tried Mechanize yet? No, but I will look into it. Thanks.