Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Deleting Microsoft's hidden web caches created by IE5

by Amoe (Friar)
on Feb 15, 2002 at 19:58 UTC ( [id://145755]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://145755]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-16 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found