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


in reply to Re: Should I Make A Module?
in thread Should I Make A Module?

Tie::Dir doesn't seem to return a recursive data structure, which is what I am looking for. I've run into a few odd circumstances where changing the contents of a directory (creating new files, for example) did strange things to File::Find.

--
negativespace.net - all things inbetween.

Replies are listed 'Best First'.
Re^3: Should I Make A Module?
by Aristotle (Chancellor) on Mar 16, 2003 at 14:25 UTC
    As I said, it should be rather simple to subclass it so that it does.

    Makeshifts last the longest.