Help for this page

Select Code to Download


  1. or download this
    sub instance {
        my $class = shift;
    ...
        : ($$instance = $class->_new_instance(@_));
    }