Help for this page
sub authenticate { # instance method, $self is a blessed hash holding various ... return undef } }
sub authenticate { my $self = shift; ... return undef } }