top | dibdib: Random things | programming: Ruby  /  EDF  /  Palm  /  Perl | obsessions: Games | about: me  /  my pages  /  people

ruby programming

www-search

Alpha version of something similar to Perl's WWW::Search. The following modules are currently available (author in brackets):

require 'Search'
s=Search.new('Altavista', 15) # 15 results from Altavista, please!
s.go('ruby programming').each { |x|
	printf "%40s %40s\n", x.title, x.link
}

An example script that looks up ISBN's