Re: File::Find Win32 Examples



BartlebyScrivener wrote:
Thank you very much. I shall take another stab and report back with any
errors.

This line has me stumped:

if(!-d $File::Find::name)

I see != as a comparison operator in my Perl book, but not !-

This !-d tests if the "file" is NOT a directory. Look in the perlfunc man page for the -X FILEHANDLE.

--
regards,
Reinhard
.