On 05/01/00, ""Justin Rogers" <[EMAIL PROTECTED]>" wrote:
> Hey,
>     Why don't you rely more on the operating system
 
>     @lines = qx(dir /b *.*);
or use opendir, readdir, closedir.
perldoc -f <your favorite function name here>

> 
>     Or for full directory tree;
> 
>     @lines = qx(dir /b /s *.*);

or use File::Find.
perldoc File::Find

Might be more work, but its good practice for making
your code more portable :)

Cheers,
Douglas Wilson

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to