#!perl/bin/perl use strict; my @array = ("my","list","here"); @_ = \@array[2,0]; print @_;