Re: File::Find::find problem.

2002-10-16 Thread Jenda Krynicky
> > 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

File::Find::find problem.

2002-10-16 Thread Wert, Nathaniel
> 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