combine(%hash{$key}) sub combine { my (%params) = @_; my ($key, @value) = %params; print "This is the key $key\n"; } #### syntax error at script.pl line 166, near "%hash{" #### This is the key ARRAY(0X327060)
## syntax error at script.pl line 166, near "%hash{" ##
## This is the key ARRAY(0X327060)