#!/usr/local/bin/perl use strict; use warnings; @fruit = ("apple", "orange", "banana"); print "$fruit[1]\n";