sub push{ my $self = shift; my $ref = shift; push @$ref, @_; # fertig }