in reply to If I have an array of hashes, how can i store one into a variable?

my %hash1 = %{$hashes[0]};
  • Comment on Re (tilly) 1: If I have an array of hashes, how can i store one into a variable?
  • Download Code