NAME deep_copy - make a copy of a nested variable SYNOPSIS mixed deep_copy(mixed var) DESCRIPTION Return an unique copy of var. This is only nescessary for arrays and mappings, as they are shared in the driver. It will work for nested arrays and mappings too, but is slower than a mere copy(). SEE ALSO efun/copy