http://www.perlmonks.org?node_id=145755


in reply to Deleting Microsoft's hidden web caches created by IE5

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/;

--
my one true love