Help for this page
package Foo; sub FACTORY_CLASS () { 'Bar' } ... my @params = @_; bless \@params, $self->FACTORY_CLASS(); }