On Sat, Feb 22, 2003 at 06:52:21AM +0900, Mauricio FernáÏdez wrote: > > # Save addressbook > > File.open("file.yaml", "w").puts address_book.yaml > .to_yaml > > # Open addressbook > > address_book = YAML::load( File.open("file.yaml") ) > > Marshal does the job if you want to stay in the standard lib. I'd love to stay in the standard lib. Could you give me a link to Marshal? I haven't been able to find it. -- Daniel Carrera Graduate Teaching Assistant. Math Dept. University of Maryland. (301) 405-5137