Re: [htmltmpl] Making a Copy of a template object
Brought to you by:
samtregar
From: Michael P. <mp...@pl...> - 2008-12-19 00:37:16
|
Damien Clark wrote: > If you wish to make a true copy of the object, you will need to look at > things like Data::Dumper or better still the Storage module which has > freeze and thaw subroutines. Hopefully this will achieve what you want. I think you mean Storable. If you need to have your object persist or be "stored" (clever name huh) somewhere then Storable is what you want. If you just want to clone the object, then use the Clone module. -- Michael Peters Plus Three, LP |