Help for this page
sub auth { my $username = shift @_; my $passwd = shift @_;
sub auth { my ($class, $username, $passwd) = @_; # ... more code here }