From: mopthisandthat@... (Phidippus) Date: 2004-03-12T07:04:38+09:00 Subject: Re: saving array Thank you for the responses. But I forgot to mention one thing. My arrays are multidimensional arrays of class NArray (using narray.rb). I tried using YAML and marshalling, but they do not seem to work (although I may be doint totally wrong). If you can, please give me further advices. Thank you so much. T.O. mopthisandthat@hotmail.com (Phidippus) wrote in message news:... > After I do bunch of computations and create a huge array with bunch of > numbers, I like to use the already-computed array in another program > rather than re-computing it each time I run the program. How can I > save the array object in one program and read it from another program > in ruby?