DB<8> x chop(@a = ('abc','def','ghi')) 0 'c' DB<9> @a = qw( abc def ghi ) DB<10> x chop(@a) 0 'i'