Functions for list data pop/push Add/Delete elements at the end of a list shift/unshift Add/Delete elements at the beginning of a list reverse Reverse the order of a list sort Sort a list chomp chomp each element of a list split/join split a string into array elements and put them together again