> Yossi wrote: > Is there a simple && fast way to return a copy (deep copy !) of the original object ? Have a look at Storable's dclone() method - look into the CODE REFERENCES section, which I presume you'll need Haven't benchmarked it myself, but I would expect it to be muchly much faster than Data::Dumper Let us know what you find --edan