Help for this page
foreach (@file) { my $test = pop (@file); print $test; }
while (@file) { my $test = pop (@file); print $test; }