On Mon, May 18, 2009 at 21:02, Gunnar Hjalmarsson <nore...@gunnar.cc> wrote:
> 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().
snip

But the task is recursive, he wants all of the files on the c drive,
not all of the files in the root directory of the c drive.

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
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