Help for this page
use warnings; use strict; my @array= ( 1 .. 9 ); ... # ...or... my @array= ( 1 .. 9 ); print "$_\n" while $_ = pop @array;