Help for this page

Select Code to Download


  1. or download this
    sub wanted {
        return unless -f;
        my $mtime = (stat)[9];
        return unless $mtime > $limit_time;
        print "$mtime\t$File::Find::name\n";
    }