Help for this page
my %hash = expand_keys( ['key1', 'key2', 'key3'] => ... 'Value for key4, key5, key6', 'simple key' => 'Value for simple key' );
sub expand_keys { my @result; ... } return @result; }