my %hash = (); $hash{foo} = [qw/bar/]; #### sub some_func { my $args = shift; } some_func( { foo => 'bar' } );