Help for this page

Select Code to Download


  1. or download this
    @list = grep{ (-M) <= 1} <*>;
    
  2. or download this
    our @list;
    findrecent('*');
    ...
        findrecent( $_.'/*' ) if -d;
      }
    }