in reply to how to split hash into two arrays
my $array->[0] = $arg{key1};my $key->[0] = 'key1' if ($array->[0]); [download]