Help for this page
$_ = [ split /:/ ] foreach @array;
my @array = map { chomp; [ split /:/ ] } <DATA>;