@temp_array = ; #assign the information to a temporary array push @cinfo, shift @temp_array; #add the first element to @cinfo push @cinfo, '0', @temp_array; #add 0 & the rest to @cinfo