> > Script purpose:
> > I am trying to search an extremely large mounted dir on NT and find
> > the location of any file or dir that starts with a certain string
> > that is given on command line.
> >
> > Problem:
> > File::Find::find({wanted => \&wanted}, 'e:\\');
> > There is something about th
> Script purpose:
> I am trying to search an extremely large mounted dir on NT and find the location of
>any file or dir that starts with a certain string that is given on command line.
>
> Problem:
> File::Find::find({wanted => \&wanted}, 'e:\\');
> There is something about this line that is ju