On Mon, 2005-07-11 at 12:48 -0500, David Nicol wrote: > My gripe with Storable is that it is not possible to access into the storable > object without thawing the whole thing.
So use Data::Dumper or XML, if that's what you want. If you want speed, use Storable. - Perrin