http://qs1969.pair.com?node_id=988


in reply to How do I recursively process files through directories

You might want to check the File::Find module

Replies are listed 'Best First'.
RE: RE: How do I recursively process files through directories
by root (Monk) on Nov 17, 1999 at 01:37 UTC
    The Perl Cookbook from O'Reilly has an excellent recipe for this. I'd suggest picking it up for any person learning Perl. It's a handy guide for new programmers and seasoned programmers alike
      right on the Perl Cookbook is where it's at