#!/usr/local/bin/perl use strict; use warnings; my @fruit = ("apple", "orange", "banana"); ($a, $b, $c) = @fruit print "$a\n";