in reply to XML or Storable?

Storable is fantastic. I use it regualarly as a read-only data source to save an intermediate stage when processing data. It loads 10 meg+ files in a snap. I'm sure you'd find an XML dump a lot slower.

gav^