Help for this page

Select Code to Download


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