Help for this page

Select Code to Download


  1. or download this
    {
        my $spec_sub = sub {
    ...
            validate( @_, $spec_sub->() );
        }
    }
    
  2. or download this
    sub method {
        my $self = shift;
    ...
        $self->_method;
        $self->method_cleanup;
    }