On Thu, Apr 24, 2008 at 12:37 AM, Li, Jialin <[EMAIL PROTECTED]> wrote: > you can use File::Find module to traverse the directory. > > I think this module is simulating the unix find command. snip
File::Find is a good module, but in this case we are working with files that are all in the same directory, so it is overkill. File::Find is a good choice when we want to work with entire hierarchies of directories. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/