Help for this page
my @numbers = ('1','2','3','4','5'); ... sub next_loop { next NUMBER; }
my @numbers = ('1','2','3','4','5'); ... next NUMBER; } }