Re: File::Find Win32 Examples
- From: Reinhard Pagitsch <rprp@xxxxxxx>
- Date: Thu, 27 Oct 2005 16:29:37 +0200
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 .
- Follow-Ups:
- Re: File::Find Win32 Examples
- From: BartlebyScrivener
- Re: File::Find Win32 Examples
- References:
- File::Find Win32 Examples
- From: BartlebyScrivener
- Re: File::Find Win32 Examples
- From: Reinhard Pagitsch
- Re: File::Find Win32 Examples
- From: BartlebyScrivener
- File::Find Win32 Examples
- Prev by Date: Re: File::Find Win32 Examples
- Next by Date: Re: File::Find Win32 Examples
- Previous by thread: Re: File::Find Win32 Examples
- Next by thread: Re: File::Find Win32 Examples
- Index(es):