sub whatever { my $scalar = shift; my %hash = @_; } #### whatever($scalar, %hash);