Help for this page

Select Code to Download


  1. or download this
    2002/07/14/path/content
    
  2. or download this
    use strict;
    use File::Find;
    ...
     print "pre-processing @_\n";    # never see this
     return sort { $b <=> $a } grep { /^\d+$/ } @_;
    }
    
  3. or download this
    [fastolfe@home test]$ ./resolve-name /path/content
    testing .
    ...
    testing ./2001/05
    testing ./2001/05/30
    ./2001/05/30/path/content