in reply to Re: Re: Re: $class = ref $class || $class
in thread Constructor/Factory Orthodoxy
Don't expect there to be much difference in speed between $obj -> new and Class -> new. The overhead of calling the method dwarves any finding of the class.
Abigail
|
---|