in reply to
how to use join my array ?
try this while( my($key, $value) = each(%abc)){ $Hash{$key}="-$value"; }
Comment on
Re: how to use join my array ?
In Section
Seekers of Perl Wisdom