AndrewMcHorney wrote:
I am getting totally confused. All I want is a simple find function call what will return all the files that are in c:\*.*.

File::Find is useful for recursive tasks. If all you want is to list the files in one directory, there are simpler ways. Personally I would use opendir(), readdir() and grep().

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to