Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        unlink "$dir/$file" if -M "$dir/$file" > ($maxage / 1440);
    }
    closedir DIR;