sub function { my ( %args ) = @_; %args = ( haustiere => [], %args, ); } function( name => 'david', vorname => 'raab' );