sub testref ($arg1 , \@list , \%hash) { $this->other(...); } ## use: $object->testref("foo" , [1,2,3] , {k1 => 1})