Help for this page

Select Code to Download


  1. or download this
    sub _register_hooks {
        my $self = shift;
    ...
                code => sub {
                    my $tokens = shift;
        ...
    
  2. or download this
    sub _register_hooks {
        my ($self, $token) = @_;
     
        ...