On Mar 2, 2005, at 9:51 AM, why the lucky stiff wrote: > See YAML::DBM, which comes with Ruby. > > require 'yaml/dbm' > YAML::DBM.open( "/tmp/blog" ) do |db| > db['name'] = 'RedHanded' > db['url'] = 'http://redhanded.hobix.com' > db['contact'] = ['redhanded / hobix.com', 'why / whytheluckystiff.net'] > end > > YAML::DBM.open( "/tmp/blog" ) do |db| > p db['contact'] > end > #=> ['redhanded / hobix.com', 'why / whytheluckystiff.net'] and On Mar 2, 2005, at 9:58 AM, Ara.T.Howard / noaa.gov wrote: > joel has already written it > > http://raa.ruby-lang.org/project/fsdb/ On one hand, it would be nice if I didn't always look so dumb. On the other, I would miss out on all the great tips you guys are always giving me! Thanks for the excellent links/code/education. James Edward Gray II