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