in reply to Re: Dump, Dup or Copy an object
in thread Dump, Dup or Copy an object
map {thanks} qw(arkturuz borisz holli);
The Storable module is what i need (i think so, after reading the pod):
# Deep (recursive) cloning $cloneref = dclone($ref);
Cheers
perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dump, Dup or Copy an object
by holli (Abbot) on Feb 22, 2006 at 15:30 UTC | |
by turo (Friar) on Feb 22, 2006 at 16:09 UTC |