Help for this page

Select Code to Download


  1. or download this
      foreach my $file (@files) {
        $file = File::Spec->catfile($configdir, $file);
    ...
        unlink $file if -M $file >= $age;
      }
    }