Help for this page
use strict; use warnings; ... __DATA__ k1:asd:v1 k2:asd:v2
map { my @tmp = split /:/, $_; $tmp[0] => $tmp[2]; } <FILE>