|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Deleting Microsoft's hidden web caches created by IE5by Amoe (Friar) |
| on Feb 15, 2002 at 19:58 UTC ( #145755=note: print w/ replies, xml ) | Need Help?? |
|
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
In Section
Code Catacombs
|
|
||||||||||||||||||||