Andrew Limareff wrote:
>
Mimi Cafe wrote:

I am trying to process a directory and all subdirectory recursively
and The script will finally be used on Windows OS,  Unix system
command cannot be used.
>
> +1 to the File::Find route.  It's also much more powerful than your
> standard MS-DOS dir /S command.

(Please bottom-post your responses to this group so that extended
threads can remain as comprehensible as possible. Thank you.)

File::Find is certainly more powerful than the shell command. It is also
very many times slower. If portability is not an issue you should at
least consider using `dir /b /s`.

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to