sub foo { my $title = shift; my %config = @_; # Rest der Argumentliste ; } foo($title, %config);