Help for this page

Select Code to Download


  1. or download this
    use feature::each_on_array;
    @a = (1..1000);
    while (my ($idx, $item) = each @a) { }
    
  2. or download this
    package feature::each_on_array;
    
    ...
    }
    
    1;