Help for this page
splice @array,$#array-4,5;
my @poped = splice @array,$#array-4,5; my $val0 = $poped[0];