Help for this page

Select Code to Download


  1. or download this
    if (!authenticate($session)) { ...
    
  2. or download this
    sub authenticate {
        my ($self, $session) = @_;
        ...
    
  3. or download this
    if (! $self->authenticate($session)) { ...