in reply to Problem with Find
According to the relevant documentation on CPAN, you need to pass the starting directory as an array. So your invocation of find() should look like this:
If you want more robust matching for a PST file, you could use the following regex statement instead of what you have:
if ( /\.PST$/i ){
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with Find
by GrandFather (Saint) on Nov 17, 2006 at 18:16 UTC |