Help for this page
@ary = (\%hash);
%hash = ( 'foo' => 'bar', 1 => 2 ); # with this line ... # But if you just want to get all the values from the hash #to the array, just remove the "\" when you assign it @ary = (%hash);