Help for this page

Select Code to Download


  1. or download this
       find sub { push @found, ... }
       for (reverse @found) {
    
  2. or download this
       find sub { unshift @found, ... }
       for (@found) {