I am using -f to scan a windows drive to get the count of file scanned through the following code
$current = $File::Find::name; if(-f $current ) { filesScanned++; }
the counter in above code filesScanned does not increment for a few files. Can anyone tell me y?
In reply to -f command problem by gautamparimoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |