my @array = (item1,item2...); my %hash = (key=value...); &mysubroutine(\@array,\%hash); #### &mysubroutine(\(item1,item2),\(key=value));