Small quibble - you might want to escape the dot in your file matching pattern. As I'm sure you knew, but I'm telling you to be annoying, . matches any character, whereas you probably meant:
push @files, $File::Find::name if /index\.dat/;In reply to Re: Deleting Microsoft's hidden web caches created by IE5
by Amoe
in thread Deleting Microsoft's hidden web caches created by IE5
by cLive ;-)
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |