costas has asked for the wisdom of the Perl Monks concerning the following question:
can anybody please help?if (($fileage <= $modtime) && (-d $_)) { #check file age if (($fileage <= $modtime) && (-f $_)){ #..do whatever } } else { #skip to next directory }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: skiping to the next dir using File::Find;
by broquaint (Abbot) on Mar 26, 2002 at 12:01 UTC | |
|
Re: skiping to the next dir using File::Find;
by cchampion (Curate) on Mar 26, 2002 at 12:04 UTC | |
|
Re: skiping to the next dir using File::Find;
by vek (Prior) on Mar 26, 2002 at 13:02 UTC | |
|
Re: skiping to the next dir using File::Find;
by Util (Priest) on Mar 26, 2002 at 17:37 UTC |