sub add_something { my ($self, %args) = @_; # manually push here... } sub test_method { # add the 'elements' code here. }