Help for this page
my @new_array = split /:/, $old_array[0];
my @new_array = map {split /:/, $_} @old_array;