sub foo { my $self = shift; ... } #### my $self = shift; my ($this, $that) = @_; #### my ($self, $this, $that) = @_;