Help for this page

Select Code to Download


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