use feature 'say'; my @array = split //, 'catfood'; say @array[3..$#array];