in reply to How do I make a copy constructor? (inheritance?)

You want a deep copy -- try the Storable module; you want the dclone() function.
  • Comment on Re: How do I make a copy constructor? (inheritance?)