Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    sub no_old_dir_please {
       return if ((-M $_) <= 30);      # how to quit finddepth on this con
    +dition?
    }