in reply to Working with the log files

you might try the file find module for a recursive file operations: http://search.cpan.org/~nwclark/perl-5.8.6/lib/File/Find.pm There is an option to print the current directory name.

Replies are listed 'Best First'.
Re^2: Working with the log files
by FunkyMonk (Bishop) on Sep 21, 2010 at 22:31 UTC
    It's good that you point the OP towards documentation, but please don't point him towards ancient documentation. Had you used [doc://File::Find] you would have a nice link to this, on http://perldoc.perl.org.