In the ActiveState distribution of Perl for win32 platform, someone at work pointed out a module called File::Recurse. I had never heard of it before. It seems to be installed with the File::Tools bundle on ActiveState. It seems have similar functionality to File::Find

Has anyone played with it or know much about it. Is it a standard module bundled with most perl distributions or is a proprietary or obsolete module ? Is there any point in using it instead of File::Find ?

The only reference I found in SuperSearch was Errors in File::Recurse()? which seems to suggest File::Find might be a bit faster.


Excerpts from File::Recurse Documentation:
The File::Recurse module is designed for performing an operation on a tree of directories and files. The basic usage is simmilar to the find.pl library. Once one uses the File::Recurse module, you need only call the recurse function in order to perform recursive directory operations.

AUTHOR Written in 1996 by Aaron Sherman, ajs@ajs.com


Just a tongue-tied, twisted, earth-bound misfit. -- Pink Floyd

edited: Wed Oct 16 16:09:54 2002 by jeffa - fixed cpan link (Unladened, empty and turned to stone)


In reply to File::Find v/s File::Recurse by data64

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.