Help for this page

Select Code to Download


  1. or download this
    for (glob "$path/*">) {
        unlink if -f and -M _ > $cutoff;
    }
    
  2. or download this
    sub unlink_all (
        my ($path, $cutoff) = @_;
    ...
        }
        1;
    }