> Yes - an array - you'll figure it out ;-) Nice. Appreciate your confidence.
Appears to do the trick:
> threads = []
> @varvar.each do |searchterm|
> threads << Thread.new {test_google(searchterm)}
> end
> threads.each {|x| x.join}
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
