in reply to Is there a unix find equivalent that can be processed inside a perl script?

The closest to the find command is my File::Finder.
  • Comment on Re: Is there a unix find equivalent that can be processed inside a perl script?

Replies are listed 'Best First'.
Re^2: Is there a unix find equivalent that can be processed inside a perl script?
by CountZero (Bishop) on Sep 19, 2008 at 20:33 UTC
    What, no magazine article on the subject? ;-)

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James