in reply to Re: Problem generating a hashtable
in thread Problem generating a hashtable
:) In fact,my ( $key, $value ) = map { (split(/:/, $_)) [0,2] } <FILE>;
does work a first time on another tab, but seems to invert the keys and the values the second time :/(split /:/, $_ )[0] => (split /:/, $_ )[2]
|
|---|