Help for this page
while (@array) { my $item = shift @array; # or pop ... push(@array, ...); # or unshift ... }