Another thing - you've also booby-trapped all of the child classes by letting them inherit a function they cannot safely use. If anyone else will be using these classes, maybe you should make the "create" function private. I forget if you have to do tricks to achieve "private" functionality in Perl - it's been over a year since I wrote a Perl module...