Help for this page

Select Code to Download


  1. or download this
        twig_handlers => {
            mybutton => sub { $self->_twig_handle_button(@_) },
        },
    
  2. or download this
    sub _twig_handle_button {
        my ( $self, $t, $section ) = @_;
    ...
    
        $self->_handle_parsed_href( $parsed_href );
    }