Matthew Diephouse <fokke_wulf / hotmail.com> writes: > One more question though: I get lots of results on my code, is there a > way to write the output to the file or something so I can view all of it? Well, profile is 56 lines of Ruby code (in lib/profile.rb). It seems to me that you could substitute in your own END{} block that dumped out the contents of the MAP hash to a file (or use the excellent xmarshal package to dump it to xml), and then combine these at a later date. Dave