in reply to how to use join my array ?
map {$_ = "-$_"} values %abc; [download]
$_ = "-$_" for values %abc; [download]