in reply to Re: splitting directly to hashin thread splitting directly to hash
foreach(split /\s+/, $keys) {$hash{$_} = undef}; [download]