in reply to
Re^2: Split results of Map function
in thread
Split results of Map function
That's simple: just say
$hash{$v} = $k
instead of
$hash{$k} = $v
:)
Comment on
Re^3: Split results of Map function
Select
or
Download
Code
In Section
Seekers of Perl Wisdom