my %hash; my @arr=('first', 'second', 'third'); $hash{'A'}=100; $hash{'B'}=200; $hash{'C'}=[@arr];