in reply to Problem generating a hashtable
Also, you can simplify the map as follows:
my %hash = map { (split /:/)[0,2] } <FILE>; [download]
Paul