Help for this page

Select Code to Download


  1. or download this
    sub authenticate {
     # instance method, $self is a blessed hash holding various
    ...
      return undef
     }
    }
    
  2. or download this
    sub authenticate {
     my $self = shift;
    ...
      return undef
     }
    }