Help for this page

Select Code to Download


  1. or download this
    @ar = grep {
        my $all_matched=1;
    ...
        }
        $all_matched;
    } @ar;
    
  2. or download this
    sub filter_stuff {
       my $stuff = shift;
    ...
           }
       }
    }
    
  3. or download this
    for (my $i=$#$stuff; $i >= 0; --$i) {
    #use $i as index
    }