Help for this page

Select Code to Download


  1. or download this
    find({
        preprocess => sub { return sort { $b cmp $a } @_ },
        wanted     => \&process_array,
    }, @ARGV);