Help for this page
use strict; use warnings; ... my @subset = @bigarray[2, 5, 7]; print "@subset\n";