package MyClass; sub static_method { my ($class, ...) = @_; ... } MyClass->static_method(...);