#!/usr/local/bin/perl use strict; use warnings; @a = ('syake', 'ikura', 'okaka'); ($a, $b, $c) = @a; print $c;