Hi I have an Array which looks like
@array = ( "city: chicago", "city: Newyork", "city: london", "country: india", "country: england", "country: USA")
I want the array to look like:
@array = ("city:", "chichago","Newyork","london","country:","india","england","USA")
Can anyone help me out how to format the array to look like the below format.