16:14 >perl -wE "my @array = qw(abc def ghi jkl mno); print @array[2,4], qq{\n};" ghimno 16:14 >