I would like to open a directory and its subdirectories to get a list of
binary files. I do not how many levels of the sub-directories under one
directory. What I want is if it is a sub file, check it is a binary or not,
if it is a sub-direcotry, chdir to it, and check the files or
sub-directories again. I would like to know whether File::Find function is
the right function? And how could code structure(logic design) looks like?

Thanks a lot in advance!

Lixin
 
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to