> From: Subrahmanyam Vadlamani [mailto:[EMAIL PROTECTED] 
> Subject: How to recurse through a directory and do something 
> with each file


> I would like to recurse through a directory and do
> something with the files in the directory (and all sub-directories).
> 
> What is the most efficient way of doing this?  What
> are some modules that I could use?

search.cpan.org

http://search.cpan.org/search?query=File+Directory+recursive&mode=all

top entry (File::Recurse)

or File::Find would probably also help, though these search first and ask
questions (process) later in their example usages.

I'm sure there are others out there, and that they will be mentioned, but
what have you tried thus far?

Chuck Charbeneau
Lear Corporation
Lead Software Applications Engineer
ccharbeneau at lear dot com

**********************
** LEGAL DISCLAIMER **
**********************

This E-mail message and any attachments may contain 
legally privileged, confidential or proprietary 
information. If you are not the intended recipient(s),
or the employee or agent responsible for delivery of 
this message to the intended recipient(s), you are 
hereby notified that any dissemination, distribution 
or copying of this E-mail message is strictly 
prohibited. If you have received this message in 
error, please immediately notify the sender and 
delete this E-mail message from your computer.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to