Copy constructor and Dup method in Perl

Hi, I have a need for a Class copy constructor and wonder if anybody has implemented this. I wan't to turn a unwieldy hash into a class. It is primarily a data object with a few methods for retreval of formatted data. It is going to be passed around as a parameter to several methods of a different class where data will be fleshed out. Instead of