Help for this page

Select Code to Download


  1. or download this
    #       This implements the logical recursion that we use to 
    #       cheat the order find() imposes;
    
  2. or download this
        `preprocess'
           The value should be a code reference. This code reference is us
    +ed to
    ...
           strings and is expected to return a list of strings. The code c
    +an be
           used to sort the strings alphabetically, numerically, or to fil
    +ter
           out directory entries based on their name alone.
    
  3. or download this
      ... preprocess => sub { sort { -d $a <=> -d $b } @_ }, ...