$hash{$key} = \@table; #### @table = ( foo => 10, bar => 20 ); $hashref = { @table };