Help for this page
sub test { my ($self, @args) = @_; ... ... # Handle single argument } }
test ({this => 1, that => 2}); ... ... # Handle single argument } }