http://www.perlmonks.org?node_id=991


in reply to RE: How do I recursively process files through directories
in thread How do I recursively process files through directories

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
  • Comment on RE: RE: How do I recursively process files through directories

Replies are listed 'Best First'.
RE: RE: RE: How do I recursively process files through directories
by root (Monk) on Nov 17, 1999 at 01:40 UTC
    right on the Perl Cookbook is where it's at