From: barjunk Date: 2006-11-04T09:40:13+09:00 Subject: Re: Using another program (Lynx) from within Ruby z wrote: > I'm trying to write a script to read a list of URLS, get the HTTP response > headers and (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? > > Mike